views:

39

answers:

2

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!

+1  A: 

Check out the loadMovie function for ActionScript 1 or 2.

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

Charlie boy
+1  A: 

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.

PatrickS