/ Published in: ActionScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
__xml = new XML(); __xml.ignoreWhite = true; __xml.onLoad = Delegate.create(this, onXMLLoad); __xml.load(__xmlPath);