chickenlittle
New member
I made an overlay for my video file and it works fine in flash and on my desktop when i test it but it wont upload to my site. just shows the overlay image. Other swfs i have uploaded to my site work fine although they are different.. dont have the video.. are swfs that contain video embeded differently? can't figure out what i'm doing wrong. although i dont think its a coding issue this is the code I am using to embed it on the site...
<OBJECT CLASSID="clsid
27CDB6E-AE6D-11cf-96B8-444553540000"
WIDTH="738"
HEIGHT="416"
CODEBASE="http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0">
<PARAM NAME="MOVIE" VALUE="swf/finalmovie.swf">
<PARAM NAME="PLAY" VALUE="true">
<PARAM NAME="LOOP" VALUE="true">
<PARAM NAME="QUALITY" VALUE="high">
<PARAM NAME="SCALE" value="noborder">
<EMBED SRC="swf/finalmovie.swf"
WIDTH="738"
HEIGHT="416"
PLAY="true"
LOOP="true"
QUALITY="high"
scale="noborder"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT>
<OBJECT CLASSID="clsid

WIDTH="738"
HEIGHT="416"
CODEBASE="http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0">
<PARAM NAME="MOVIE" VALUE="swf/finalmovie.swf">
<PARAM NAME="PLAY" VALUE="true">
<PARAM NAME="LOOP" VALUE="true">
<PARAM NAME="QUALITY" VALUE="high">
<PARAM NAME="SCALE" value="noborder">
<EMBED SRC="swf/finalmovie.swf"
WIDTH="738"
HEIGHT="416"
PLAY="true"
LOOP="true"
QUALITY="high"
scale="noborder"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT>