Quick Actionscript/XML question

Hi, I have a quick question about using an XML file to contain the path to something I want to load in Flash. Right now, I have:

this.loadMovie(“Images/1.jpg”);

I’d like for the word “Images/” to be read from the XML file and I was wondering how I would go about loading the variable that contains “Images/” into the path line in Flash. Any help would be greatly appreciated.

-Bryan