If I load a Flash movie in another Flsh movie, how can I send information from the parent swf to the embeded one?
Printable View
If I load a Flash movie in another Flsh movie, how can I send information from the parent swf to the embeded one?
/bump Please help :(
Still cant solve this
use the instance names of the mc you want to target:
example:
this.container.loadMovie("movie.swf");
Once the swf is loaded (only if) you can send its main timeline to another frame using:
this.container.gotoAndStop("someLabel");
gparis
Instead of just controlling its time line, can I execute a function or pass a variable to it?