Video Tutorial - Intro to PXP2, xml loading and parsing class
February 19th, 2008 . by polyGeekFlash and XML go together like peanut butter and jelly. If your working on a project where there is data inside of Flash that is likely to change then XML is the way to go. That way you, or anyone with a text editor, can update an XML file - essentially a text file - and change things inside your Flash app.
The downside to using XML is that the data you get back can be confusing as hell to navigate through. I had to deal with it enough that I finally created a class - PXP2 - that takes care of all the mundane aspects of using XML so that you can get right to work and skip a lot of code and confusion.
In this tutorial I’ll do a simple example of how I would create a site navigation using XML.
[ Download FLV ] [ Download sample files ]
A few notes: there is no AS3 version PXP2 of this because AS3 has the E4x class which is like PXP2 on steroids. I’ll do a tutorial on how to use E4x in a few weeks.
PXP2 stands for: Polygeek Xml Parsing Project = PXPP = PXP2












Thanks for the tutorial! I just used PXP2 on a new portfolio site.
Derek
@Derek, Great work on your portfolio. Me things I also spy a bit of Fuse action going on in there.
Leave a Reply