This content has been marked as final.
Show 2 replies
-
1. Re: Remove all child on MediaContainer - OSMF -
Brian Riggs Apr 2, 2010 9:55 AM (in response to leaflashdev)What you're doing looks correct. Note that memory in the Flash Player doesn't get immediately released upon nulling the last reference, the GC runs in the background. You can try to force the GC to run by calling System.gc(), but generally this isn't necessary. If doing this doesn't release the memory, it might be good to run this through the Flash Builder profiler to see what objects are not being freed up.
-
2. Re: Remove all child on MediaContainer - OSMF -
leaflashdev Apr 7, 2010 12:22 PM (in response to Brian Riggs)Thank you
Unfortunaltly I dont have Flash builder to see what is wrong exactly
I post a new question
I did something different and load everything inside a parallelElement
But I have the same problem cannot erase all the content of that everytime \

