PDA

View Full Version : Drop Down Menu is going behind the Shockwave file?


venu
04-19-2002, 09:49 AM
Hello,
I written a program HTML (,,javascript) whih contains a DroDown menu and flash shockwave file in the middel of the page.
when i am running the program , if i click the menu button the drop sown menu is coming but it is going behind the shockwave file . the menu is not appearing on top of the page , it is not appearing..
what changes i have to (whether in flash or html file)...
please give solution to my problem...
thanks in advance

farafiro
04-21-2002, 01:24 PM
well, that depends on wether u r loading the menu.swf or not
if u do so, load it to a higher level
if not just put it in a layer that upon all of other layers

gwd
04-23-2002, 09:14 PM
I don't know about shockwave file, but... for flash file:

it's a big problem I've always to deal with. The dropdown menu made of Javascript in html frame will always goes behind the flash file.

I'm trying never place a flash file close to the dropdown menu or a menu that's comes visible. But there is way to fix this. When you rollover the the dropdown menu it must passs a value to the flash file to make it invisible or something like that. When you rollout the menu, it must pass a value to the flash file to make it visible again.



PEACE!