Load External swf into MovieClip & Play/Pause/Forward/Rewind and Stop it at LastFrame from Main Flash Movie
Loading external swf into a MovieClip inside your main Flash movie is a routine job and ActionScript3 allows you to do that quite efficiently. What AS3 does not provide you are the built-in functions to control loaded swf file timeline from your main movie. I initially tried to find some built-in functions to control the…