OK so on my site we have this cool flash promo but the menu was always behind it so you couldn't do much on the site.
This is how i fixed it:
1st i added this line:
<param name="wmode" value="opaque">
still didn't work so 2nd i added this bit of code:
<embed type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
width="780" height="100"
name="alafave_banner" src="worldmap.swf"
bgcolor="#110207" quality="high" wmode="opaque"
>
Dolphin did remove this but it did work.
^_^