Victor Gaudioso is a Sr. Application developer for an advertising firm in Hollywood, CA. He specializes in Flash / ActionScirpt but also programs in other languages including but not limited to C#, XAML, WPF and ASP .NET. He has engineered Flash sites for the major entertainment studios including Disney, Universal, TouchStone, Mattel and Warner Bros. among others. Victor is known as dvlnblk in the http://actionscript.org forums and has recently been appointed a site moderator. AIM: dvlnblk2004 Yahoo: victoratdeadline I see this question over and over again in the forums so I decided to create a very quick and simple tutorial that shows how to load data in from an xml page and use it in Flash.
First I create a simple xml document called images.xml. Here is the code:
[as]
<images>
<image image="img/img1.jpg" caption="Victor Gaudioso - Flash Programmer"/>
</images>
[/as]
We are only going to use one simple xml node to keep it simple. Save this file in a directory called xml.

