How do I navigate in a master swf from the loaded slave swf?
I have a master swf file. Within it I load a swf (slave) file. The slave has navigation buttons. How do use the buttons in the loaded slave to move to labels in the master? The two swfs do not communicate! In AS2 I could name the master with
_global.master = this
and refer to the master swf and its labels. Is this still possible? Is it still possible to navigate around a master swf from a slave swf?
Help!
|