Please do not panic if you have a flash file under DHTML menu
(suckerfish) and once you hover over the menu items show behind the flash file.
Code: The trick is the display mode of your flash file
here is how you need to embed it
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase=
"http://download.macromedia.com/pub/
shockwave/cabs/flash/
swflash.cab#version=6,0,29,0"
width="640" height="290">
<param name="movie" value="example.swf">
<param name="quality" value="high">
<param name="wmode"value="opaque">
<param name="menu" value="false">
<embed src="../img/yourFILE NAME.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer" type="
application/x-shockwave- flash"
wmode="opaque" menu="false" width="640" height="290"></embed>
</object>
here is example
http://www.communitymx.com/content/source/E5141/wmodenone.htm
this tip is from
[url]http://www.sitepoint.com/forums/printthread.php?t=
158317&page=2&pp=25[/url]