Submenus hide behind Flash elements on a Mac

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
andrusito
Beginner
Beginner
Posts: 1
Joined: Mon Jun 12, 2006 5:31 pm

Submenus hide behind Flash elements on a Mac

Post by andrusito »

Hi.

users report they can´t see submenus because they hide behind Flash elements.

They are using Mac OS X Version 10.4.6
Browser Safari version 2.0.3

It works perfect on IE and FF using Win XP

page is located here
http://www.aliento.com/index.php

Thank you for your help.

Andres.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

I think you need to use another parameter in the flash

Code: Select all

<param name="WMode" value="Transparent"> 
Try that.

Ruth
frederth
Beginner
Beginner
Posts: 5
Joined: Mon Feb 20, 2006 5:16 pm
Contact:

Flash editor

Post by frederth »

My submenus are hiding behind flash objects in Mac OSX 10.4.6. I hate to sound ignorant, but how do I edit the flash elements to add the parameter suggested above???
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

Code: Select all

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="277" height="222">
                      <param name="movie" value="home/tour_fechas_mayo2006.swf">
                      <param name="quality" value="high"> 
<PARAM NAME="wmode" VALUE="opaque">
                      <embed src="home/tour_fechas_mayo2006.swf" quality="high" wmode=transparent pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="277" height="222"></embed>
                    </object>
Note that in the param name has "wmode" value="opaque" and the EMBED tag has the wmode="transparent" in it, try it that way and if it doesn't work, then change ="opaque" to transparent the same as the embed tag.

Ruth
Post Reply