Hello everyone,
Besides using Behaviors, is there a way to pause a movie clip that is in an external swf loaded from the main swf’s root timeline? In my main (swf’s) timeline, I load an external swf via: loadMovie (“movie.swf”, movie);
In my main swf and timeline, I have a pause button to pause and unpause the contents of the main movie. I would like to be able to pause and unpause the movie.swf as well as the movie clips in movie.swf.
I would like to know if this can be done w/o me having to put a separate pause button in each of my separate swf’s. Please let me know if this can be done and help with the AS would be great as well!
Thank you