Forum Moderators: open
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="62" height="28">
<param name="movie" value="player.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent">
<embed src="player.swf"
quality="high"
type="application/x-shockwave-flash"
WMODE="transparent"
width="62"
height="28"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
I can code an iFrame and have src="player.swf" and it works great. I can call the file directly from the server..www.website.com/player.swf... and it works fine. Or call the audio file...www.website.com/ccr-rttj.swf and it works fine. I just can't call it by placing the code above in an htm file. Anybody know what is happening? Thanks for any assistance.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="258" height="196">
<param name="movie" value=" [yourdomain.com...] />
<param name="quality" value="high" />
<param name="wmode" value="transparent">
<embed src=" [yourdomain.com...] "
quality="high"
type="application/x-shockwave-flash"
WMODE="transparent"
width="258"
height="196"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
If its doesnt work, get rid of this: <param name="wmode" value="transparent">