/ 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.
wintondeshong on 08/30/07
class textmate xml load actionsript
3 people have marked this snippet as a favorite
__xml = new XML(); __xml.ignoreWhite = true; __xml.onLoad = Delegate.create(this, onXMLLoad); __xml.load(__xmlPath);
You need to login to post a comment.