Loading data from Multiple XML files

I want to load data into a flash movie from two or more different XML files.

I loaded first file with xml.load(“myxml.xml”)

when i added other xml as same directive as above, it didn’t worked.

Please help!