Flash overlaps dropdown menu div layers
Posted on | March 22, 2009 | No Comments
In all browsers my drop down menus goes below the heading flash file. I can’t make them in IFrame. I want to make drop down menu layers on top of flash file.
I get to know that Flash file has higher priority than layers so it comes on top of the layers. You can publish it for HTML with WMODE settings and select transparent for it.
As in Flash Menu: File>Publish>HTML Tab -select WMODE to transparent.
It works fine with me on all browsers.
You can also change in html code to make it transparent.
1 add the following to the object tag:
<param value="transparent">
2 add the following parameter to the EMBED tag:
wmode=”transparent”.
Comments
Leave a Reply
