TXT to XML to Flash

I am trying to load a txt file into flash by putting the url in an xml file. The XML file is structured like this:


    <pic>
        <image>pictures/AW0001.jpg</image>
        <description>text/AW0001.txt</description>
    </pic>

Now I load it into arrays in flash: image[0] and description[0]. The images is displayed the way I want to, the thing is I want to pass on the url that is in description[0] to a loadMovie or something like that. If i say desc_txt.text = description[0]; it will just show AW0001.txt in flash. I’ve also tried this with *load *and loadVars but I can’t figure it out.

Any help would be appreciated.

Stefchenko