# Multiple instances cause Loaders to break?

**URL:** https://forum.kirupa.com/t/multiple-instances-cause-loaders-to-break/259252
**Category:** flash
**Created:** [May 2, 2008, 2:45pm UTC](https://forum.kirupa.com/t/multiple-instances-cause-loaders-to-break/259252 "2008-05-02T14:45:25Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![tibberous](https://avatars.discourse-cdn.com/v4/letter/t/cdc98d/32.png) [@tibberous](https://forum.kirupa.com/u/tibberous)
#### Post date: [May 2, 2008, 2:45pm UTC](https://forum.kirupa.com/t/multiple-instances-cause-loaders-to-break/259252/1 "2008-05-02T14:45:25Z")

</div>

I am working on a thumbnail system. The thumbnails need to be able to load external images, so I created an instance of Loader inside each one. The problem is that, if I create several at once, all the Loaders try to load at once, and most fail. If I put them on a timer, to slow down the effect, some still fail.

If I had, say, 15 images that I need to load in externally, at the same time, what would be the best way to do it?
