| Author |
Flash and dropdown menus
|
|
| Eric Zed 2007-08-22, 6:15 pm |
| 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?
Thanks.
| |
| Xibit Studio 2007-08-24, 6:16 pm |
| 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)
peace John
| |
| arcaluz 2007-08-30, 6:14 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
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |