Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Flash / Flash Site Design / August 2007



Tip: Looking for answers? Try searching our database.

Flash and dropdown menus

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Eric Zed - 22 Aug 2007 20:59 GMT
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 - 24 Aug 2007 11:17 GMT
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 - 30 Aug 2007 10:11 GMT
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.