Reputation: 11
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!
Upvotes: 1
Views: 425
Reputation: 9572
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.
Upvotes: 1
Reputation: 4022
Check out the loadMovie
function for ActionScript 1 or 2.
Or if you are using ActionScript 3 then use the loader
function
Upvotes: 1