I've inherited an AS2 app that has a lot of functionality. I need to embed this thing somehow in my AS3 app so I can execute function calls etc and basically control it. Has anyone ever tried something like this? I'm assuming I'll have to URLLoader the AS2 SWF into a MovieClip and take it from there.
|
|
|
|
|
|
|
AS3 SWF (AVM2 movie) can load AS2 movies (AVM1 movie) using the Livedocs page about AVM1Movie The two movies can communicate with each other using the |
||
|
|
|
|
Grant Skinner has a very useful pair of classes that simplify http://www.gskinner.com/blog/archives/2007/07/swfbridge%5Feasie.html |
||
|
|
