Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:32

Menu disappears behind Flash


Poster: MRPerry
Dated: Tuesday July 16 2002 - 21:19:54 BST

I have read through the list Help & Assistance questions regarding the issue of the menu disappearing behind Flash elements and did not find a solution that works.

My last attempt was as follows:
Code:
<div id="layer1" name="layer1" class="layer" style="position:relative;">
<EMBED SRC="http://www.nokiausa.com/flash/sketchy.swf" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="533" height="150" quality=high bgcolor="#ffffff" type="application/x-shockwave-flash"></EMBED>
</div>


Any suggestions?

Best regards,

Michael

It's pretty easy to fix


Poster: Aubieman
Dated: Tuesday July 30 2002 - 15:43:25 BST

Here is the easiest way to fix your problem. In Flash, in your HTML Publish Settings make this selection:

Window Mode: Transparent Windowless

Then publish so that an HTML file is created.

Edit the HTML file and copy the embed code it created. Your menu will no longer get stuck below the flash.

-Bryan Hurley
aka: Aubieman
:D

Hallo


Poster: civilized
Dated: Tuesday October 8 2002 - 12:54:29 BST

:roll:


Poster: civilized
Dated: Tuesday October 8 2002 - 13:01:19 BST

Hallo MRperry...

This is another way to do the job... This will make the flashmovie transparent and the menu can be seen...

In your html file... do like this: Look at the lines including "param name"
Make a new line like this:

<param name="wmode" value="transparent">

And insert this line like in the code below... then flashmovie becomes transparent. It looks complicated but it's not.



<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="300" height="40">
<param name=movie value="../flash/headline/billeder.swf">
<param name=quality value=high>
<param name="BGCOLOR" value="#FFFFFF">
<param name="SCALE" value="exactfit">
<param name="wmode" value="transparent">
<embed src="../flash/headline/billeder.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="300" height="40" bgcolor="#FFFFFF" scale="exactfit">
</embed> </object>

Just a small problem ofcause!!! Netscape can't do this ;o( So *----* netscape...