Hello –
Have a question, been going crazy all morning and now have to go to the forums.
I have a main movie that loads its navigation via XML w/ attached MCs to do rollover effects. Each of these movies loads an external swf into a MC via loadMovie.
Each of these loaded swfs also has XML generated subnavigation items delivered via attached MCs (same as main movie swf).
NOW-- Each of these subnavigation MCs loads yet another swf via loadMovie when they are clicked.
So far – main movie nav loads submovie nav loads third movie.
This third movie contains thumbnail images in attach Movie Clips that load their content via XML as well using loadMovie.
All of this works great! However-- I have a hover image that follows the mouse over the third movie’s thumbnail images. I can get the hover image on top of everything BUT the attached XML generated Movie Clips within the lower two swfs.
How can I keep the hover above everything on the stage? I have used swapDepths but to no success. It works to keep the hover image above all swf content except the dynamically created attachedMCs and their XML data.
Please help if you can.
Thanks kindly…
–jmac