PDA

View Full Version : can a loader get removed (garbage collected) whilst its still loading?



Shaedo
October 23rd, 2009, 12:32 PM
can a loader get removed (garbage collected) whilst its still loading?
does it have to be added to the stage or to an array?


Thanks,

S

flashdaddy
October 23rd, 2009, 01:33 PM
Hi Shaedo,

I don't believe a loader can be removed while it's still loading, an object has to be null to be garbage collected. I may be wrong, if so someone please shed some light.

senocular
October 23rd, 2009, 01:38 PM
It can be, but don't assume it will (or won't)

Shaedo
October 23rd, 2009, 09:49 PM
Thanks guys, much appreciated!