lukeword
Member
Posted 1 year ago #
I'm a total Noob that's loving WP, but sometimes it's all a bit greek to me.
I am trying to put a flash movie into the sidebar (Theme is Beautiful Sunrise (which is widgetized).
I'm using the Plugin WP-SWFObject to attempt this.
I have succeeded in testing a .swf movie in a post with the tag:
[SWF]wp-content/uploads/2008/02/suzu.swf, 218, 164[/SWF]
I'm adding this to the sidebar editing page:
<?phpwp_swfobject_echo(wp-content/uploads/2008/02/suzu.swf,218,162); ?>
Anybody got ideas for where I'm failing?
Thanks,
Luke
http://calhouncycleshopcast.com/
lukeword
Member
Posted 1 year ago #
I never got swfobject plugin to work for the sidebar movie (swf), but I did get this code to work for it:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="150" height="200" title="Petite Anglaise">
<param name="movie" value="http://www.catherinesanderson.com/banners/bed_uk.swf" />
<param name="quality" value="high" />
<embed src="http://www.catherinesanderson.com/banners/bed_uk.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="150" height="200"></embed>
</object>