OOP: XML Loader & Display Manager

Monday, February 15th, 2010 | AS3 Gadgets

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:

<?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:
XML Loader & Display Manager

Download Fla Sample

Download Fla Sample


Tags: , , , , , ,

No comments yet.

Leave a comment

You must be logged in to post a comment.