Friday, May 28, 2010

XML Parser AS2 and AS3

It's been ages, since I last posted on my blog. I have been really busy at work managing expectations.

People interested in XML parsing for dynamic websites or applications, there is an easy way of doing it rather than getting into every node and fetching values specifically in AS2. You can download XML Parser from Greensock here -

http://www.greensock.com/xmlparseras2/

It's pretty easy to work with XML using this class if you are coding in AS2 and you can find an example on the above mentioned page itself.

Also from the same page you can find a link to download the XML Parser for AS3 as well.