I’m using the loadMove function to load an swf into a movie clip.
How do I tell that loaded movie to do things. For example, how could I get that external swf to go to frame 30 with gotoAndStop(30);?
I can at least get it to play, using container.play();, but none of the other functions work with this.
Thanks!