mikey3521 Posted August 6, 2009 Share Posted August 6, 2009 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 Quote Link to comment https://forums.phpfreaks.com/topic/169127-as2-xml-scroll-list/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.