Hi guys,
I'm pretty new to flash but "know" how most of the things works in general. I'm a webmaster who just go tierd of useing other people finish products so I decided to make my owns but kinda need some help.

Here is alittle info about my project.
The XML is used to get remote feed for my website. What I want it to do is to get the images in X numbers of rows and columns
with the image ( or button) to open the link.
The XML file
<?xml version="1.0" encoding="UTF-8"?>
<online_stat version="1.4">
<category name="Main">
<info>
<category><![CDATA[Main]]></category>
<subcategory><![CDATA[Sub]]></subcategory>
<name><![CDATA[Some_name]]></name>
<images><![CDATA[image1.jpg]]></images>
<thumbnail><![CDATA[thumb1.jpg]]></thumbnail>
<link><![CDATA[http://www.something.com]]></link>
</info>
</category>
</online_stat>What I need from this XML is "name",thumbnail" and "link"
and what I need help with is setting up a ActionScript for this. The rest I think I should be able to do myself.

Hopefully someone understand what I'm talking about, If not let me know.

mmm.. Sorry if it was posted in the wrong section.
