I've got a "menu swf" that loads into the "main swf" via sliderContainerMC and the "menu swf" has buttons on it that call up "info swf" vua lcdContainerMC at another x,y location.
All worked well, UNTIL, I tried to attatch some caption flags that are supposed to tell you what is what over the buttons in the menu. If I use the menu stant alone, it works perfect. But when that menu swf is loaded into the main swf all hell breaks loose.
If _root is pointing to the main swf once the menu swf is loaded, what else can I call it so it know's that it's only supposed to work within the menu swf?
You can look at my site if you like, right now it's just a desaster! .. lol .. the menu hooks to your mouse once it's loaded instead of the caption flag when you are over buttons .. lol ..
Basicly what it is, a swf becomes part of the swf it's loaded into when it's loaded into an empty MC.
In my case, the swf that's loaded into the empty MC has some actionscritping that may be pointing to the wrong part of the swf once it's loaded into the MC. It's fully functional until it's loaded into the MC, I assume that's pointing to the actionscripting.
I'll try the _level0 once I get home. I'm at work now, so it's going to just have to eat me up for another 8 hours .. lol .. levels still stump me, but it makes sence right now.
That is another MC that loads a totaly seprate swf for streaming my mp3's. That part works good, that lcdContainterMC is the MC in the main swf that get's the swf's that have the streaming info on them. the only trubs I have been having is the caption bubble that's not working. The text in the bubble has been working, but the bubble it's self is invisable.
Thanks for responding though, I was starting to wonder if this was unsolvable. I got some help form the site I got the tutorial from, but I'm at work now, so It'll be morning befor I can ops check it and see how it works.
Sorry I must not have explained it correctly. The fla I submited, was to be loaded in my MAIN swf as a menu. And in the menu there were the buttons, the buttons loaded lcd swfs into an entirely different location than the MENU swf.
My site is working now though, the tutorial maker helped me out unexpectedly. I still have to peek at the code more but it's working as advertised @ http://www.justinsteiger.com . the one you worked for me loaded the lcdContainerMC into the menu, the menu is already loaded into it's own empty MC in the MAIN swf. You'll see how it all works now, it's working as I wanted.
Off to work the rest of the site .. lol .. Thanks for your efferts though hairos it's very appriciated.