Well there may be some references still alive in the memory(Reachable reference). When you add any addEventListener please remove this with removeEventListener. This will make those references eligible for garbage collection. And also try to make those objects as weak references. Read abt weak references. It is not advisable . But upto some extent you can do this.
There is a blog by Alex Huari for memory management . Do some google. Thanks, with regards, JJain --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

