Dynamically attach and load external images?

If I have an array that contains paths to multiple images, how can I attach and load each of these images to the stage?

Something like:


for (var i:Number=0; i < aImagePaths.length; i++) {
     //attach image with path = aImagePaths*
}