XML issue
XML issue
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- chimchim0
the xml object itself has to execute it's onLoad callback to get your party started.
myXML = new XML();
myXML.ignoreWhite = true;
myXML.onLoad = function(success){init();
}
myXML.load("myfile.xml");