Here is an OOP XML Loader & Display Manager class that can be used in your projects to load and display XML data.
The XML comes in the following form:
View Code XML
<?xml version="1.0" encoding="utf-8" ?> <data> <person name="Bob"></person> <person name="Jack"></person> <person name="Jill"></person> </data> |
Here is the SWF that loads it:
Class structure:


No Comments »