Return to Snippet

Revision: 3678
at August 30, 2007 12:28 by wintondeshong


Initial Code
__xml = new XML();
__xml.ignoreWhite = true;
__xml.onLoad = Delegate.create(this, onXMLLoad);
__xml.load(__xmlPath);

Initial URL


Initial Description


Initial Title
Actionscript XML load (Classes)

Initial Tags
class, textmate, xml, load

Initial Language
ActionScript