Jump to content

as2 xml + scroll list


mikey3521

Recommended Posts

Hello, I have an XML file which will look like this:

 

<?xml version="1.0" encoding="utf-8">
<gallery>
        <path>/gallery/folder1</image>
        <name>Weddings</caption>
</gallery>
<gallery>
        <path>/gallery/folder2</image>
        <name>Models</caption>
</gallery>

So on and so forth. How do I load this so that it will display a scrollable list of all the gallery names? so

 

-Weddings

-Models

 

but also make them clickable so that onRelease it exicutes a function that I have yet to write lol Any help on this would be more then appreciated, demo files, link to tutorial that address's this, code, etc. Thank you all!

 

-Mike

Link to comment
https://forums.phpfreaks.com/topic/169127-as2-xml-scroll-list/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.