I have a document class which links to several classes, one of which adds a container onto the stage and loads external .swf’s into it.
Q: How do I access the various classes loaded in the document class from the external swf timeline?
For instance, when you click a button in the loaded swf it changes the soundtrack from the soundtrack class. I have tried dispatchevent from the external swf timeline, but I still can’t seem to get it to work. Is this supposed to work, or should I be doing something different?
Thanks for the help!