A modified slideshow

Can anyone please help with this? I’d like to make the slide show read from one long list of images in an XML file (see below). I’ll then have the results show up randomly in the different movie clip squares.

the xml file would look something like this:

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<images>
    <pic>
        <image>../images/01.jpg</image>
        <image>../images/02.jpg</image>
        <image>../images/03.jpg</image>
        <image>../images/04.jpg</image>
        <image>../images/05.jpg</image>
        <image>../images/06.jpg</image>

     //and so on, and so on...
    </pic>

</images>

I’ve attached my .fla file