Search found 1 match

by 3rdValve
Mon Jan 04, 2010 12:21 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Milonic Menu above Flash SWF [SOLVED]
Replies: 6
Views: 6990

Re: Milonic Menu above Flash SWF [SOLVED]

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.