Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:40

Milonic Menu above Flash SWF [SOLVED]


Poster: nick.clasen __at__ gmail.com
Dated: Wednesday February 28 2007 - 19:23:14 GMT

I'm having a bit of trouble with my menu working correctly when opening over a flash swf file. When I mouse over my menu the flyout appears behind the flash file instead of on top. If I replace the flash file with a static image it works perfectly.

Does anyone have any suggestions? My site is http://www.wakeaction.com

Thank you,
-nc


Poster: John
Dated: Thursday March 1 2007 - 15:41:10 GMT

Upgrade your menu software. You are way down-level. Current version is 5.770, you are at 5.756. Many updates and fixes since then.


Poster: nick.clasen __at__ gmail.com
Dated: Thursday March 1 2007 - 21:13:03 GMT

Alright i've updated to the most recent menu, but no resolve. It's weird that it works fine in IE7, but not in firefox. It's like the flash overlays the menu.

Any more suggestions?

Thanks!


Poster: John
Dated: Thursday March 1 2007 - 21:27:46 GMT

Try adding the following as the first line of your _data file...

fixMozillaZIndex=true;

Also, why do you have the drawMenus(); item commented out?


Poster: nick.clasen __at__ gmail.com
Dated: Saturday March 3 2007 - 17:53:09 GMT

Thank You!!

John I've added your suggestion and it has resolved my issue. I've not tested it on earlier versions of FF, but it appears to have resolved the issue.

To answer your question I have another JS file that renders the menus.

Thanks again

Re: Milonic Menu above Flash SWF [SOLVED]


Poster: 3rdValve
Dated: Sunday January 3 2010 - 23:21:05 GMT

I had the fixMozillaZIndex set to true but it did not solve the problem until I made the flash window mode (wmode) transparent.

Add:

<param name="wmode" value="transparent" />

to the <object> tag

and

wmode="transparent"

to the <embed> tag.

Re: Milonic Menu above Flash SWF [SOLVED]


Poster: Ruth
Dated: Sunday January 3 2010 - 23:42:28 GMT

Hi,

Also, try this post for more information on Flash Movies with transparent background, and Flash with dhtml layers.

viewtopic.php?f=10&t=6549&p=32587#p32587

Ruth