Syntax problem with variable AS2

Hi there,

I have a swf that I am loading into my main movie which uses an xml gallery.

The line of code that brings in the xml file is:
xmlData.load(“filename.xml”);

I would like to be able to reuse the swf and change out the xml file using a variable I will call from a menu. I can’t work out what the correct syntax should be. What do I replace the quote marks around filename.xml with? My variable is called _global.xmlFile.

Any help greatly appreciated.