From the category archives:

XML

Dynamically loading XML files in ActionScript 3.0

by Peter deHaan on December 5, 2008

in URLLoader, XML

The following example shows how you can load a remote XML document in ActionScript 3.0 using the URLLoader class.
Full code after the jump.

{ 1 comment }

The following examples show how you can load external XML files at runtime using the XML class in ActionScript 2.0 and the URLLoader class in ActionScript 3.0.
Full code after the jump.

{ 10 comments }