Hi, I'm doing a gallery using XML and Adobe Flash CS3 [action script 2]. This is my first time to use XML and I'm not expert when it comes to action script 2.

So here's the problem:

When clicking on the thumbnails of the photos it doesn't load on stage.
I don't know if it is the .XML file that is wrong or the action script I used on the .fla file.

This is the code I used on the .XML file:
Code:
<?xml version="1.0" encoding="utf-8"?>
<photos>
	<photo filename="01.jpg" thumbnail="s_01.jpg" description="picture_01" />
	<photo filename="02.jpg" thumbnail="s_02.jpg" description="picture_02" />
	<photo filename="03.jpg" thumbnail="s_03.jpg" description="picture_03" />
</photos>
I'll also post here the .fla and other stuffs so you can all see the what I'm trying to do.

I hope someone can help me about this. Thank you in advance!

Here's the download link of the files to understand better:
http://www.sendspace.com/file/j3bjcj