We Recommend

Programming for the Newton: Using Macintosh 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.


Posted By

wintondeshong on 08/30/07


Tagged

class textmate xml load actionsript


Versions (?)


Who likes this?

2 people have marked this snippet as a favorite

jmelgoza
crashdr


Actionscript XML load (Classes)


Published in: ActionScript 


  1. __xml = new XML();
  2. __xml.ignoreWhite = true;
  3. __xml.onLoad = Delegate.create(this, onXMLLoad);
  4. __xml.load(__xmlPath);

Report this snippet 

You need to login to post a comment.