I have a problem with memory , my application load every 5 seconds data from an XML file , on the stage I have various objects created dinamically that changes their colors and values in relation with the loaded value taken from XML.
My objects are derived from class sprites and are labels, charts, gauge , etc…
The problem is that I need to let opened IE for long time , I tested my application opened for 12 hours and the memory usage of Flash Player (flash.system.System.totalMemory) was 96Mb (accettable) IE Explorer was 350Mb (not accettable)
How can I solve ? I read all about Garbage Collection but I can’t find a solution … please help and sorry for my English
thanks