I wonder - if I assign loaded content like this: (all listeners properly removed)
var myClip:MovieClip = loader.content;
and then delete the loader
loader = null;
will the loader be fully GC’ed then? Is it good or bad doing this?
I wonder - if I assign loaded content like this: (all listeners properly removed)
var myClip:MovieClip = loader.content;
and then delete the loader
loader = null;
will the loader be fully GC’ed then? Is it good or bad doing this?
:: Copyright KIRUPA 2024 //--