Ok, on the left side of my website I have a vertical navigation bar with
pop out menus and the right side holds all of the real content. My site
also has a photo section, so rather than loading 50 or so photos into my
main movie, I have each of them brought in with the loadmovie command
which drops the photos onto level 1. It all works fine. The problem
is, since the popout menu is on level 0, the submenus slide UNDER the
photos rather than OVER them when you mouse over the main menu. What is
the most effecient way to fix this? Is there a way to override this
with actionscript or do I have to convert the menu into a new movie to
load into a level 2 when someone launches the photo section? The
navigation bar is not graphically intense or anything, but still I'm
afraid that reloading it just for that section would cause weird
lag....and loading it as a seperate movie straight from the beginning
just seems like a lot of extra headaches. Any suggestions?