Hi! I was wandering: how can I monitor the overall preload progress of a bunch of files preloading at once? I took a look to these 2 great classes:
http://code.google.com/p/bulk-loader/
http://code.google.com/p/queueloader-as3/
But I wasn’t able to figure out how they can monitor the overall progress. I think you first should at least know the total weight of each file to load, but how could you retrieve it before starting to load it?
Anyone has any idea about the basic method of doing it?