Hi,
I’ve got a loaded SWF that I want to be able to comnunicate to the base movie.
Can someone help me out?
Cheers
Hi,
I’ve got a loaded SWF that I want to be able to comnunicate to the base movie.
Can someone help me out?
Cheers
anyone?
Hi
The base movie can be reached by calling parent.parent in your loaded swf.
For instance, put this in the main timeline in the loaded swf to make the base movie go to frame 2
MovieClip(parent.parent).gotoAndStop(2);
-Nattis
Or you can create an event listener on the main swf, then dispatch the event from the child swf and handle it in a function on the main swf.
:: Copyright KIRUPA 2024 //--