/ Published in: ActionScript
Expand |
Embed | Plain Text
__xml = new XML(); __xml.ignoreWhite = true; __xml.onLoad = Delegate.create(this, onXMLLoad); __xml.load(__xmlPath);
You need to login to post a comment.
