the post with the flash movie allgins itself to the left side of my page rendering everything broken. is this normal? do i need to add a certain class in order to post flash movies?
i use a non standard wp install where i just use the post loop in a content wrapper.
check out the site http://www.drazin.org
Have you fixed it ? I can't see any major issues ?
I can't see any abnormalities either. Looks clean. FF 1.0.7/SuSE. Looks fine in Konqueror too, haven't tried Mozilla and Opera, but should be as reliable as Konqueror.
ok heres the deal.
i got it to work when i use this code:
<embed src="http://www.drazin.org/flash/flvplayer.swf?file=http://www.drazin.org/videos/menomena1.flv&autoStart=0" width="320" height="240" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
but not when i use:
<object type="application/x-shockwave-flash" width="400" height="220" wmode="transparent"
data="flvplayer.swf?file=movies/holiday.flv&autoStart=false">
<param name="movie" value="flvplayer.swf?file=movies/holiday.flv&autoStart=false" />
<param name="wmode" value="transparent" />
</object>