xml loading tutorial in actionscript 3

Lee Brimelow from Adobe wrote the following simple tutorial that teaches us how to load XML to Flash with Actionscript 3.

It’s really easy to follow, but to make it work,you need to change the following line:
xml = new XML(e.target.data);
with
var xml:XML = new XML(e.target.data);

One Response to “xml loading tutorial in actionscript 3”


  1. Sweet resource, just what I have been looking for.
    I have added you to Stumbleupon.


Got something to say?