Actionscript XML load (Classes)


/ Published in: ActionScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. __xml = new XML();
  2. __xml.ignoreWhite = true;
  3. __xml.onLoad = Delegate.create(this, onXMLLoad);
  4. __xml.load(__xmlPath);

Report this snippet


Comments


You need to login to view comments.