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 ?
Asked
Active
Viewed 1,334 times
1 Answers
6
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 :)

Kyle
- 65,599
- 28
- 144
- 152