Load images from array into different movieclips

I have an XML document that lists url of images to be displayed. What I want to do is load the length of images in the XML doc into an Array. Then take that array and make movieclips for each one. How would I go about doing something like that?