Hello.
I have a flash show on my website, and I'd like to put the same flash show on a blog post. I have tried to copy the HTML code for the flash show to the HTML tab for my blog post, but it is not working. Just blank space. If anyone could help with this, I'd appreciate it. Is there more to it than just C/P the code?
This is the code as I copied it:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="369" height="322" id="Flash1">
<param name="movie" value="Staging video.swf">
<param name="quality" value="AutoHigh">
<param name="scale" value="ShowAll">
<param name="wmode" value="Transparent">
<param name="play" value="false">
<param name="loop" value="false">
<param name="menu" value="false">
<param name="sAlign" value="L">
<embed src="Staging video.swf" width="369" height="322" quality="AutoHigh" wmode="Transparent" loop="false" play="false" menu="false" scale="ShowAll" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer">
</embed>
</object>
Thanks,
Debi
I have a flash show on my website, and I'd like to put the same flash show on a blog post. I have tried to copy the HTML code for the flash show to the HTML tab for my blog post, but it is not working. Just blank space. If anyone could help with this, I'd appreciate it. Is there more to it than just C/P the code?
This is the code as I copied it:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="369" height="322" id="Flash1">
<param name="movie" value="Staging video.swf">
<param name="quality" value="AutoHigh">
<param name="scale" value="ShowAll">
<param name="wmode" value="Transparent">
<param name="play" value="false">
<param name="loop" value="false">
<param name="menu" value="false">
<param name="sAlign" value="L">
<embed src="Staging video.swf" width="369" height="322" quality="AutoHigh" wmode="Transparent" loop="false" play="false" menu="false" scale="ShowAll" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer">
</embed>
</object>
Thanks,
Debi
Comment