I have a question

I have a slideshow loading XML data. The XML file is pretty simple: image, title, desc, link X 4.

What I need is a preloader that looks for when the IMAGE is loaded and not the XML file. All I could find was for preloading the XML file, which I dont need.

I want to listen for when the image is loaded, then once it is loaded add the text and other components to the stage.

Can someone direct me to some good info out there?