tippytarka
Programmer
ok this is what i what like to do but want to know if it is possible...
i have the following XML file..
i would like to loop through the XML file using a 'for loop' to display <name> inside a scrollable textfield on level 1. <url> is the link to load in the movie that corresponds with <name>.
is it possible to loop and display <name> into the textfield turning it into a clickable link that loads the corresponding movie onto level 2?
i've searched top and bottom for info on how to do this but cant find anything. can anyone explain how i would approach this or point me to a good tutorial?
cheers!
i have the following XML file..
Code:
<artist>
<name>zionnoiz</name>
<url>roster_02_artists_zionnoiz.swf</url>
</artist>
<artist>
<name>shameless</name>
<url>roster_02_artists_shameless.swf</url>
</artist>
<artist>
<name>k.ners</name>
<url>roster_02_artists_kners.swf</url>
</artist>
i would like to loop through the XML file using a 'for loop' to display <name> inside a scrollable textfield on level 1. <url> is the link to load in the movie that corresponds with <name>.
is it possible to loop and display <name> into the textfield turning it into a clickable link that loads the corresponding movie onto level 2?
i've searched top and bottom for info on how to do this but cant find anything. can anyone explain how i would approach this or point me to a good tutorial?
cheers!