Menu hidden behind flash

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
philipwexler
Beginner
Beginner
Posts: 1
Joined: Sun Sep 24, 2006 5:09 pm
Location: MA
Contact:

Menu hidden behind flash

Post by philipwexler »

Hi

I'm stuck and I've combed this form for days.

Everything works fine in IE, but in Firefox my menu is hidden behind my Flash movie.

I've performed the Quick and Dirty Flash fix.

I'm using the latest Milionic menue ver 5.79.

My URL www4.net1plus.com

Amy help is much appreciated
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

Which FF, and try this as your code for the flash.

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="798" height="190">
<param name="movie" value="flash/home2.swf">
<param name="quality" value="high">
<PARAM NAME="wmode" VALUE="transparent"> 
<embed src="flash/home2.swf" quality="high" wmode=transparent pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="798" height="190"></embed>
</object>
Tech Note: http://www.adobe.com/cfusion/knowledgeb ... d=tn_15523

Tech Note 2: http://www.adobe.com/cfusion/knowledgeb ... d=tn_14201

Ruth
PeteTheBloke
Beginner
Beginner
Posts: 5
Joined: Tue Oct 03, 2006 2:44 pm

Post by PeteTheBloke »

That worked for me. Thanks.

Pete
Post Reply