Hi
I want to load and define the xml data for gallery in flash using AS2. can anyone help please. thanks
<gallerylist>
<gallery>
<meta>
<title>hello</title>
<date>22.10.2009</date>
<location>new york</location>
<description>this is great place</description>
</meta>
<imagelist>
<image alt="Number 1" caption="My caption" src="001.jpg"></image>
<image alt="Number 2" caption="My caption 2" src="002.jpg"></image>
<image alt="Number 3" caption="My caption 3" src="003.jpg"></image>
<image alt="Number 4" caption="My caption 4" src="004.jpg"></image>
</imagelist>
</gallery>
</gallerylist>