all groups > macromedia flash sitedesign > august 2007 >
You're in the

macromedia flash sitedesign

group:

Flash and dropdown menus


Flash and dropdown menus Eric Zed
8/22/2007 7:59:25 PM
macromedia flash sitedesign:
Hello,

I am designing a website including a flash movie and a dropdown menu. The flash movie is currently showing over the menu. How do I fix this?

Re: Flash and dropdown menus Xibit Studio
8/24/2007 12:00:00 AM
well i dont really understand this, but ill try

your menu is on its own layer ??? ..put it above all your graphic elements dude ;o)

Re: Flash and dropdown menus arcaluz
8/30/2007 12:00:00 AM
i remember that i was in the same problem and the easy solution is depth
for (var item:String in _root) {
var obj:Object = _root[item];
if (obj instanceof MovieClip) {
var objDepth:Number = obj.getDepth();
trace(obj._name + ":" + objDepth)
}
}
this way you can check the depth of the objects, i cant do any more, maybe in
the AS reference
AddThis Social Bookmark Button