Hello all,
I have a class that loads a list of images in an XML file. The XML file can potentially contain any number of image URLs.
Would it be advised to call Loader.load() in a for each loop, causing every image to be loaded concurrently? Will there be a point at which the number of concurrent loads is too much for the system or the bandwidth, or does flash have some sort of intrinsic load management?
Thanks!
Tim