Sure frustrating!

I'm no good at this stuff, and have just copied the coding from elsewhere...
But anyway, here's my HTML Placeholder for running a flash video if it could help anyone in a jam.
My video, obviously called "jubileum.flv" resides in the "yourindex_htm_files" folder.

/Orre

Code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab#version=9,0,28,0" id="retail_video_player" width="100%" height="100%" align="middle">
<param name="movie" value="index_htm_files/retail_video_player.swf"/>
<param name="flashvars" value="url=jubileum.flv&amp;sound=true&amp;loop=false&amp;tooltip=true&amp;autoplay=false&amp;swfborder=true&amp;bgcolor=0x000000&amp;bgalpha=0.1"/>
<param name="wmode" value="transparent"/>
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="true"/>
<param name="quality" value="high"/>
<param name="menu" value="false"/>
<script type="text/javascript">
document.write("\x3cembed type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" ");
document.write("name=\"retail_video_player\" width=\"100%\" height=\"100%\" align=\"middle\" ");
document.write("src=\"index_htm_files/retail_video_player.swf?url=jubileum.flv&amp;sound=true&amp;loop=false&amp;tooltip=true&amp;autoplay=false&amp;swfborder=true&amp;bgcolor=0x000000&amp;bgalpha=0.1\" ");
document.write("wmode=\"transparent\" allowScriptAccess=\"sameDomain\" allowFullscreen=\"true\" quality=\"high\" menu=\"false\"/>");
</script>
</object>