Hey guys.
So basically, I’m trying to figure out how to unload (or close) a loaded XML file. I can’t find any reference in the help in flash to unloading XML (just in case you thought i was just lazy).
So yeah, I’m loading my XML file using:
xmlData = new XML();
xmlData.ignoreWhite = true;
xmlData.onLoad = loadXML();
xmlData.load("skills.xml");
So yes… any help to unloading my skills.xml file would be great.