Question
System.totalMemory / unload / IE (2 questions)
hello guys, i ve been playing with AS3 from a while and i
noticed 2 things
after a huge search i could find my answers, so tell me what do you think please.
1/ i am trying to load images and monitor the System.totalMemory i noticed that even if i unload and remove the listner and give it 500 ms so the GC do its job but the unloaded images data are always there... please see the attached file u ll notice that the totalMemory (in the FLASH DEV ENVIROMENT) increase and increase and this is a small image what about if i am loading huge images...
2/ talking about huge images well replace the img.jpg with something bigger and open your performance monitor and run the html page in IE notice that the memory consumed by the IE page increase and increase and never stop (its LIKE in the FLASH DEV ENVIROMENT)... but in FF or swf its ok .
so the question here is the unload remove the data or what? or am i doing something wrong that make the GC never remove the data. And how would i manage the IE issue??
FILE: Link
Thanks
after a huge search i could find my answers, so tell me what do you think please.
1/ i am trying to load images and monitor the System.totalMemory i noticed that even if i unload and remove the listner and give it 500 ms so the GC do its job but the unloaded images data are always there... please see the attached file u ll notice that the totalMemory (in the FLASH DEV ENVIROMENT) increase and increase and this is a small image what about if i am loading huge images...
2/ talking about huge images well replace the img.jpg with something bigger and open your performance monitor and run the html page in IE notice that the memory consumed by the IE page increase and increase and never stop (its LIKE in the FLASH DEV ENVIROMENT)... but in FF or swf its ok .
so the question here is the unload remove the data or what? or am i doing something wrong that make the GC never remove the data. And how would i manage the IE issue??
FILE: Link
Thanks