I've created a popup navigation menu at: http://lixmebel.com -> under Галерия -> Проекти. In firefox and internet explorer everything works fine - the menu pops over the flash. But in Chrome, Safari and Opera the menu is behind the flash. Any ideas on how to fix this ?

link|improve this question

Did you set the wmode to transparent? – chchrist Dec 13 '10 at 11:13
feedback

1 Answer

up vote 4 down vote accepted

In your <embed> tag, add this line: wmode="transparent"

<embed 
src="main.swf?xml_path=slides.xml" 
quality="high" 
width="560" 
height="480" 
name="tech" 
align="middle" 
allowscriptaccess="sameDomain" 
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" 
wmode="transparent">

Tested in Chrome, works perfectly :)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.