Dynamically Load Image

I am using Flash CS4 and ActionScript 3. I think what I need is pretty simple, but i’m pretty new to this.

I am trying to dynamically load text and an image from an XML File.

I can load the XML file, and populate the dynamic textbox with the text. But I can’t figure out what to put the image in.

After the XML is loaded, i do:

textbox.text = (XmlInfo.Node.child.text());

What object or whatever do i use for images?
Thanks