Going dynamic with XML - Please Help!

Hey All,

First of all I would like to say hey and what’s up? I’m new to these forums (just registered) :wink: and need some help with a little issue I’m having with some Flash and XML integration.

Here is the project. I will simplify it as much as possible to what I’m trying to accomplish. No point in boring you with complete portfolio details :stuck_out_tongue:

**Overview: **
Basically, I have an xml document that contains information for my Portfolio. This is the XML structure.

<portfolio>
<project>
<name>Project 1</name>
<description>About this Project, blah blah blah.</description>
<images>img1.jpg</images>
<images>img2.jpg</images>
<url>http://www.projecturl.com</url>
</project>
<project>
<name>Project 2</name>
<description>About the second Project</description>
<images>another1.jpg</images>
<images>another2.jpg</images>
<images>another3.jpg</images>
<url>http://www.projecturl.com</url>
</project>
</portfolio>

**The break down:
**When I load the Flash file, it should load the project name <name></name> as a button. When that button is clicked, it will show the description, and
little squares based on the amount of images for that project. When you click a square, it will show that image.

You should be able to load as many images as you want for each project.


I don’t really know if this is the right way of doing this exactly, I’m kind of new to Flash. Any help or suggestions you can give me would be greatly appreciated. Thnx again.

  • Dub22