Best way to embed SWF, and is swfobject already in theme?
-
Hello,
I am trying to embed some Flash SWF animations on some pages in my Raindrops 1.008 themed site. In the past it was recommended to use swfobject, but I know things change quickly. The HTML that Flash (CS5.5 – 11.5.1) itself publishes doesn’t work at all in Firefox or Chrome. I’m using this for now, but Firefox and Chrome don’t recognize the ‘False’ commands for Play and Loop, they just play on page load. Explorer performs properly (for a change).
If swfobject is still the preferred way, is it already in a js folder?
<style type="text/css" media="screen"> #flashContent { width:100%; height:100%; margin-left: 100px; } </style> <div id="flashContent"> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" width="624" height="432" id="test1"> <param name="movie" value="https://www.tomwood.us/wp-content/uploads/2013/02/uploadflash.swf" /> <param name="play" value="false" /> <param name="loop" value="false" /> <embed src="https://www.tomwood.us/wp-content/uploads/2013/02/uploadflash.swf" width="624" height="432" name="test1" type="application/x-shockwave-flash" pluginspage="https://www.adobe.com/go/getflashplayer" <param name="play" value="false" /> <param name="loop" value="false" /> </embed> </object> </div>
https://www.tomwood.us/gensler
Thanks
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Best way to embed SWF, and is swfobject already in theme?’ is closed to new replies.