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.

net.fladdict.display.AVM2Loader

2 Responses to “AVM2Loader class”

  1. Josh Says:

    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.

  2. GRINDSTONE MEDIA - Thought I would take some time to admire others work Says:

    [...] 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). [...]

Leave a Reply