Download Flash This site makes use of Macromedia Flash software.

You do not have Macromedia Flash installed.


You will need the following to display this video:

SWFObject.js (Right-click and Save As...)
This javascript file is placed in the same directory as this html file.

FLVPlayer.swf (Right-click and Save As...)
This is the flash video player applet.

FeedSaver.flv (Right-click and Save As...)
This is the Feed Logic demonstration video in flash video format.

Copy and paste this html code to display the video:

    <div id="flashcontent">
        <div style="margin-left:36px; margin-top:18px; " class="red">
            <a href="http://www.macromedia.com/go/getflashplayer">Download Flash</a>
            This site makes use of Macromedia Flash software.<br><br>
            You do not have Macromedia Flash installed.</div>
    </div>

    <script type="text/javascript" src="swfobject.js"></script>
    <script type="text/javascript">
       var so = new SWFObject("flvplayer.swf", "flvplayer", "480", "320", "7", "#fbfbfb");
       so.addParam("allowfullscreen", "true");
       so.addParam("flashvars", "&displayheight=320&displaywidth=480&image=OpenImage.jpg&file=http://s94261448.onlinehome.us/video/FeedSaver.flv&height=320");
       so.write("flashcontent");
    </script>


In the above code, you need to replace the source location with the URL of the video on your web server.  You can also add an image to display before the video is started by replacing "OpenImage.jpg" with the URL of your image (should be the same dimensions as the video, 480x320.)