Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with Actionscript and xml

Status
Not open for further replies.

HumanBean

Technical User
Oct 1, 2004
13
AR
Hi, I need to understand how to create an image loader from an xml file using Actionscipt.
I've already used other methods in the past, but apparently this one is better and easier.

I need something like this (in the site, click on "Descripción"; an image navigator will load on the right):

There you'll see an image gallery (1/22 images), that I have been said it uses Actionscript with xml
He told me that, when an xml file is generated, it contains only the image routes and text, so it's easier to add information to it.

I found it really interesting, so if someone can explain me how to do something like this, I would really appreciate it.
Also, if there's any tutorial around, I could use it too.

Sorry for my english if this is confuse or anything, english is not my native language
Thanks in advance
 
I'm not really sure I undrstand what your asking. If your looking to load the images from an xml file then you will need to parse the XML file for the URL of the image and then load that image into a blank movie clip.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top