# Load multiple images into Loader?

**URL:** https://forum.kirupa.com/t/load-multiple-images-into-loader/298216
**Category:** flash
**Created:** [October 15, 2009, 9:44am UTC](https://forum.kirupa.com/t/load-multiple-images-into-loader/298216 "2009-10-15T09:44:09Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Daimz](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/daimz/32/2383_2.png) [@Daimz](https://forum.kirupa.com/u/Daimz)
#### Post date: [October 15, 2009, 9:44am UTC](https://forum.kirupa.com/t/load-multiple-images-into-loader/298216/1 "2009-10-15T09:44:09Z")

</div>

How would I load more than one image(MC) into a UI Loader?  
Basically my aim is to use SharedObject to save the  
basically what I am doing is I have a list of buttons each has a name which when clicked the name is added to an array which is stored in a SharedObject. In another movie clip I am calling back the SharedObject and using the array information to display the images corresponding to the name in the array. And I got everything working except I don’t know how I can load my images in. Because the same images are not always selected it means that I can’t just load each image to a specific Loader because then I would end up with blank loaders. Can I use like conditional loaders? So if LDR1 is occupied load in LDR2 ect?
