Home Page Comparison Chart Web Site Video Software Reviews About Page Contact Page WebSiteVideoReviews.com


HTML Help

If you have converted your video file to a flash .swf file and need to create the html just add the code below and change the values marked in red for your video file name. You can also change the other optional values.

<OBJECT
CLASSID="CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000"
CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,22,0" ID="video"
WIDTH="320"
HEIGHT="286">
<PARAM NAME="movie" VALUE="video.swf">
<PARAM NAME="bgcolor" VALUE="#000000">
<PARAM NAME="quality" VALUE="high">
<PARAM NAME="loop" VALUE="false">
<PARAM NAME="play" VALUE="true">
<EMBED NAME="video" SRC="video.swf"
BGCOLOR="#000000"
WIDTH="320"
HEIGHT="286"
QUALITY="high"
LOOP="false"
PLAY="true"
TYPE="application/x-shockwave-flash"
PLUGINSPAGE=http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>

 

 

home : compare : reviews : resources : about : contact