AVM2Loader class
I made an AVM2Loader class, that loads AVM1 movie and converts to AVM2 movie!!
Its simply a subclass of the Loader class. Just use load and loadBytes method. AVM2Loader automatically changes internal bytecodes when swf is loaded.
When AVM1 movie is converted to AVM2, logically all as2 script should be ignored.
Comments
I'm trying to use your AVM2Loader, but Flash keeps giving this error:
5000: The class 'AVM2Loader' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type.
Name: Josh | July 19, 2007 04:10 AM