Hi guys, this might have been asked and answered before, but don’t know exactly what to look for in the forum. I want to know if it is possible to control the timeline of an external swf loaded in with loadMovie.
Example: Let’s say I have a main file in which I have 2 button mc’s with instance names btn1 and btn2. I have a holder mc on which I can load my swf. Let’s call that external.swf. This external swf has a stop command in frame 1 and in that last frame of its timeline.
When I press btn1 I want it to load in the external.swf onto the holder just using the loadMovie command. Nothing difficult here of course. When it is loaded in it stays on frame 1 due to the stop command in frame 1. I want the external.swf to start going to frame 2 (and thus start playing until the last frame) when I press btn2. Is this possible? And if so, how?


when you load a swf into a holder movieclip, the name of the swf root is the holder instance name. In your code – how exactly do you get the instance name of yourexternalswffile ?? Because when u load a swf you can only identify it by the level or movieclip it’s loaded into.
