I have a WP 3.0.2 site. When I try to embed a swf file I have uploaded, all I get to show up, in either a post or a page, is a white area the size of the height & width paramaters. In order to play the flash video, I need to right click and select "play" from the menu so watch the movie.
I am trying to figure out what I am doing wrong or why there are not play, pause stop, controls showing up and why the video preview image does not show up either
I am pulling my hair out over this one.surprised
NOTE; The WP SWFObject Plug-ins do not help with this. I have tried many of them to no avail.
[code]
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" WIDTH="550" HEIGHT="400" id="Lesson1P1">
<param name="play" value="false" />
<param name="menu" value="true" />
<param name="quality" value="low" />
<param name="scale" value="exactfit" />
<param name="wmode" value="window" />
<param name="src" value="http://idaho-humanrightsed.org/wp-content/uploads/2010/08/citizen_en_l1_p1.swf" />
<embed type="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" width="550" height="400" src="http://idaho-humanrightsed.org/wp-content/uploads/2010/08/citizen_en_l1_p1.swf" wmode="window" scale="exactfit" quality="autohigh" swliveconnect="true">
</embed>
</OBJECT>
[/code]