Tagged Questions
1
vote
2answers
2k views
Can an AS2 swf be loaded into an AS3 swf? How can I add this to the stage and interact with it from As3 swf?
I am trying to load a swf written in AS2 into an AS3 swf - using Loader class and listening for Event.COMPLETE. in my onCompleteHandler function i want to add this to the stage so Im trying -
...