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.
July 19th, 2007 at 4:10 am
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.
January 17th, 2009 at 3:15 am
[...] Fladdict - Experimental design and programming. Takayuki Fukatsu also has a blog where he shares some of his iphone Objective C code and ActionScript. (check out his neat AVM2 Loader class). [...]