# Maximum concurrent Loader.load() loads?

**URL:** https://forum.kirupa.com/t/maximum-concurrent-loader-load-loads/273538
**Category:** flash
**Created:** [October 16, 2008, 4:18pm UTC](https://forum.kirupa.com/t/maximum-concurrent-loader-load-loads/273538 "2008-10-16T16:18:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Tim\_John](https://avatars.discourse-cdn.com/v4/letter/t/b38774/32.png) [@Tim\_John](https://forum.kirupa.com/u/Tim_John)
#### Post date: [October 16, 2008, 4:18pm UTC](https://forum.kirupa.com/t/maximum-concurrent-loader-load-loads/273538/1 "2008-10-16T16:18:38Z")

</div>

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
