Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Javascript sub-menu opens behind the flash animation

Status
Not open for further replies.

Phudsen

Technical User
Mar 7, 2003
136
A2
Hi,

I have a program called Pop-up Menu Creator to create web menus. I created web menus using it, everything is fine. The menu is placed on the left (content), when clicked the sub-menu opens to the right over the main page. I don't have frames.

Everything was fine until I created a flash animation and placed it in the main area. What happens now is that the sub-menus open behind the animation, as if I have two layers. How to make the flash animation run behind the menus when the menus open.

I am using frontpage to insert the flash plug-in.

Thanks a lot
Paulin
 
You need to make the Flash movie transparent, and most probably set your menu on a higher layer/division...

In fact the reverse of the following example, where the Flash movie is on the higher layer/division, over the html content.

If you reverse the z-index, the Flash movie still has to be set to transparent...


 
Hi,

I can't make the flash background transparent because it is made of pictures with text on. I don't have layers. What I have is:

Left.htm
Top.htm

I include these on all pages. The flash animation is a page on which I have inlcuded left.htm and top.htm. The left.htm menus are opening behind the flash animation. Please take a look for clear idea.


Thank you for your help
Paulin
 
Unfortunately, the way browser plugins currently work, they have their own area of the browser window, and nothing else gets to draw in there. Which means there's no way your popup menus will ever be drawn over a flash movie :(

Please correct me if I'm wrong, but that's what I heard...

haslo@haslo.ch - www.haslo.ch​
 
I didn't mean transparent pictures, I meant a transparent movie = wmode... Did you check my links?

That tranparency has got nothing to do with pictures being transparent themselves...
 
Hi,

Thank you for your help.

I solved the problem as follows:

I put the following line in the Object tag
<param name="wmode" value="transparent">

Then I put the following in the embed tag
wmode="transparent"

Then it worked just fine.

I found the solution in Macromedia Site. The additional thing was the wmode="transparent" again in the Embed tag.

Thanks
Paulin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top