AS3 - Unloaded AVM1 swfs trace out as unloaded but memory is not freed for the AVM2 machine
- by puppbits
I have a large project built in as3. Part of its main functionality is to load and unload various as2 swfs. The problem is that the memory ins't free up once they are unloaded.
I have access to the as2 swfs code base and destroyed all objects, stopped and killed timers, listeners, removed from stage, destroyed all the MovieClip.protoypes that…