1
votes

I need to load exteranal swf into my main swf into a dispay object in this main swf. how do it? i like to play gta!

2

2 Answers

1
votes

Check out the loadMovie function for ActionScript 1 or 2.

Or if you are using ActionScript 3 then use the loader function

1
votes

You can also check the greensock classes: http://www.greensock.com/

They've got some great tools for loading swfs or generally loading assets , very useful if the loaded swf is loading other assets and you want to keep track of the overall loading progress.