Hello there!! i have a problem while i am trying to upload an xml file in flash.
i have a simple xml on my desktop called text.xml
and the code i have written in actionscript is this :
importXML = new XML();
importXML.ignoreWhite = true;
importXML.onLoad = function(success) {
if(success) {
name_txt.text = this;
}
importXML.load(“test.xml”);
name_txt is the instance name.
well i have just started using flash and i dont know MANY things.
i get no errors but it dowsne upload too.
any help would be great. thanks