I have a loader.swf that loads all my other SWF’s that make up the site and that certainly seems like the only way to go, but my question is, what is the best way to communicate between the SWF’s? The communication needs to occur between the loader.swf and the other “loaded” SWF’s, as well as between each of the “loaded” SWF’s.
Is LocalConnection the only way to go or is that a Pandora’s box? Right now that is my approach and I’m crashing out the Flash Player & IE?
OR should I be doing this using “contentLoaderInfo” & “loaderInfo”? I don’t really know how to use these yet!
Thx for your help!