Hey, i was wondering if it is possible to communicate from one swf to another that are loaded into the same root level through different empty movie clips placed on the stage?
Let me explain better…
I have an index flash file and have placed 4 movie clips on the stage that are empty. I used loadMovie to load each seperate swf into one of the movie clips on the stage. (the 4 seperate swf’s are just my navigation, main content, bottom content, and logo box). In my actions on the index file i am trying to path to a movie clip that is inside the navigation swf, but i cant seem to get past the movie clip that i have loaded the navigation into… Does that make sence?
Is it possible to do this? Or is there a better way. The whole point of my pathing is so i can have my nav communicate with the main content swf with each button click.
Thanks!