Display Flash Behind JavaScript Menu
Having problem displaying your javascript menu?
Is your flash movie covered your menu?
Here is the solution:
Make your flash movie with a transparent background To edit an existing HTML page, add the WMODE parameters to the HTML code.
Add the following parameter to the OBJECT tag:
<param name=”wmode” value=”transparent”></param>
Add the following parameter to the EMBED tag:
wmode=”transparent”
Popularity: 5%



