Flash Video Player

Brief Description

This is a little flash video player written in flex, its no where near as good as the BBCs however it does the same job.


Download

File Icon Video Player

Installation Instructions

To install this application into your webpage, use the following html below:

 


<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="Object1"             
 codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab" style="width: 534px; height: 420px">
 <param name="movie" value="VideoPlayer.swf" />
 <param name="quality" value="high" />
 <param name="bgcolor" value="#ffffff" />
 <param name="allowScriptAccess" value="sameDomain" />
 <param name="flashvars" value="videoFilename=/videoTest/1.flv" />
<!--[if !IE]>    

<-->
 <object data="Video.swf"
 width="350"
 height="420"
 type="application/x-shockwave-flash">
 <param name="quality" value="high" />
 <param name="bgcolor" value="#FFFFFF" />
 <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />
 <param name="flashvars" value="videoFilename=1.flv" />

FAIL (the browser should render some flash content, not this).
</object>