ebour / touchlib

Automatically exported from code.google.com/p/touchlib
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Flash apps - not garbage collectable #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Most of our Flash apps are not coded so they can be properly garbage 
collected. We need to listen for the Event.UNLOAD event in our main movie 
class and remove ALL event listener functions. I'm currently researching 
to see if there is a better, more automatic way to handle this.

Original issue reported on code.google.com by dwalli...@gmail.com on 1 Nov 2007 at 12:11