Hey everyone,
I have constructed the menu on my Main.swf file to load content through Page1.swf, Page2.swf, Page 3.swf, and so on. Due to the way my menu works the content is loaded kind of different. When you release one of the buttons, the actions look like this…
createEmptyMovieClip (“contentholder”, getNextHighestDepth…ect…
There’s more to it…it eventually uses loadMovie to pull the SWF.
The menu is pretty complicated. But it does function on its own when I place some dummy swf files for it to load.
When I add the MediaPlayback component, or the Scrollbar component in any of my content SWF files. My menu no longer functions properly. It seems like my menu is confused by the actionscript on the components. Any of the SWF that have no components work with the menu properly.
I also noticed that even when I add one of those components to the library of my Main.swf, the menu will not function.
Not the greatest at actionscripting but trying to skim my way through it.
Looked around for about 9 hours now and best I could come up with is _lockroot. Either that or a depth problem. I figure I need to segregate the Main.swf from the ones with the components when they’re loaded. Haven’t been successful. Willing to send FLA if need be. THANKS A MILLION!