ForumsProgramming ForumAs3 And Xml Help! XMLList

0 3281
Fighterlegend
offline
Fighterlegend
44 posts
Nomad

Test it out and tell me what's wrong:
http://teamwhatstheirfaces.co.cc/flash/h elp/XMLDATATEST.swf

Please, tell me!

Here's the script I fixed

function selectUser(userXML:XML):void {
feedBack.text = "Finding Users";
var userList:XMLList = userXML.user;
for each (var userUser:XML in userList) {
my_lst.addItem({label:userUser.userName, data:userUser.userName});
feedBack.text = "Found Users";
}
my_lst.addEventListener(ListEvent.ITEM_CLICK, sendUserData);
}
Plus, I haven't gotten down to the reload button, or most of the clear button ><

Just busy fixing the bugs.

Please help!

-Fighterlegend

  • 0 Replies
Showing 1-0 of 0