Hi,
Just need to sanity check what I am doing and get best advice on clearing loadermax queue (and contents) from memory.
So, I am using a LoaderMax queue in Air to download & store locally a series of assets (images, videos, pdfs).
_queue.append(new DataLoader(itemURL, {name:itemID, format:"binary", estimatedBytes:_estBytes_general, autoDispose:true}) );
I should say at this point I am not yet doing the saving to local filesystem (so that is not influencing memory)
So, Potentially I may have 100's of MB of files which may kill the app if I wait until the end of t