[Flash 8] Loading xml through another xml with AS2

Hi there,

I have this XML projects gallery which links to different photo galleries. That second level of photo galleries is also dinamically loaded through XML.

Now, what my AS does is that on clicking on one of the icons of the first level (the project galleries), it loads on stage the SWF corresponding to the second level (the photo gallery corresponding to that particular project).

What i would like to know is:

Can this be made in a more clean way, without having to make an SWF per photo gallery?

Can i simply construct an array with my projects XML and do attachMovie for every project on my first level of galleries and inside that new movie load the XML of the photo gallery corresponding to the project?

Then i should place a link to the XML photo gallery on each child of the projects gallery…Can this be made?

Can you load an XML from another XML?

Does all this make sense to anyone?

Thanks a lot to take the time to read this mess, sometimes it just help to try to define what the hell your problem is…