Flash in block


Author Message
Antony

Posted: 11/15/2011
Quote message 

Finally i figured it out. I just used the code from within artisteer's template, i will paste it here for anyone who may have the same problem. Should note that the swf file must be placed in the same folder as the generated webpage!

<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
id="art-flash-object" height="200" width="200">
<param name="movie" value="flashmoviename.swf" /> <param
name="quality" value="high" /> <param name="scale"
value="default" /> <param name="wmode"
value="transparent" /> <param name="flashvars"
value="color1=0xFFFFFF&amp;alpha1=.50&amp;framerate1=24&amp;loop=true&amp;wmode=transparent" />
<param name="swfliveconnect" value="true" /><!--[if !IE]>--> <object
type="application/x-shockwave-flash" data="flashmoviename.swf"
height="244" width="976"> <param name="quality"
value="high" /> <param name="scale"
value="default" /> <param name="wmode"
value="transparent" /> <param name="flashvars"
value="color1=0xFFFFFF&amp;alpha1=.50&amp;framerate1=24&amp;loop=true&amp;wmode=transparent" />
<param name="swfliveconnect" value="true" /><!--<![endif]-->
<div class="art-flash-alt"><a
href="http://www.adobe.com/go/getflashplayer"><img
src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif"
alt="Get Adobe Flash player" /></a></div>
<!--[if !IE]>--> </object>

 
Ashley

Posted: 11/21/2016
Quote message 

This is great, thank you for sharing!