Published in: ActionScript
__xml = new XML(); __xml.ignoreWhite = true; __xml.onLoad = Delegate.create(this, onXMLLoad); __xml.load(__xmlPath);
You need to login to post a comment.
Programming for the Newton: Using Macintosh
The included CD contains a demo of the Newton Toolkit (NTK) programming environment, but there is a newer version of this software on Apple's web site. Note that the demo version creates Newton packages which can't be redistributed, so you'll eventually need to purchase a full copy of NTK.
wintondeshong on 08/30/07
class textmate xml load actionsript
2 people have marked this snippet as a favorite
Published in: ActionScript
__xml = new XML(); __xml.ignoreWhite = true; __xml.onLoad = Delegate.create(this, onXMLLoad); __xml.load(__xmlPath);
You need to login to post a comment.