Yes, I'm still trying to get it to work in FireFox and Opera properly... It seems that firefox reads the pixels differently... I'm still not sure.
The way I got it to work in IE was by adding this code:
Code:
<param name="wmode" value="transparent">
And to the
embed tag:
Code:
wmode="transparent"
Here's the full code:
Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="601" height="203">
<param name="movie" value="images/oedesign_flash.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="images/oedesign_flash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="601" height="203" wmode="transparent"></embed>
</object>
Peter