Load multiple images into Loader?

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?