Hi, i was wonderng how you populate a combo box using loadVars();
any ideas??
here is the code so far:
Regards,
Martin
Gaming Help And Info:
any ideas??
here is the code so far:
Code:
myLv = new LoadVars();
myLv.onLoad = function(success) {
i = 1;
if (success) {
trace("amount of users: "+myLv.amnt);
while (i<=myLv.amnt) {
_root.usrs.addItem(myLv.user);
i++;
}
}
};
myLv.load("[URL unfurl="true"]http://localhost/loadusernames.php");[/URL]
Regards,
Martin
Gaming Help And Info: