Main menu:

Site search

Categories

Archive

Flex 2 URLLoader with XML Parser

I have been working with Adobe Flex since v1.0 you know when it was called Macromedia Flex. Within my 2+ years of working with Adobe Flex I have written tons of AS2 and AS3 code and have created many prototypes. Now that I take the train from Hamilton NJ - NY everyday to get to work/back I have time to go through and post allot of my code and prototypes (so visit often).

With that being said I present you with a basic URL Loader example. This example is pretty cut and dry. You pass it the path to a XML Document. It will Load the document and then parse the document with my XMLParser util. The XML parser class stuffs the data into an Array Collection and updates the view. Just note that there are MANY ways to accomplish this goal, and what I’m presenting is just one of various ways. Note: You can also load other file types with the URLLoader. Comments, Concerns, etc.. are Welcome.
Enjoy,

-Augie.

| example | source code | download |

Write a comment