Need help!

Need help with SmartFoxServer? You didn't find an answer in our documentation? Please, post your questions here!

Moderators: Lapo, Bax

xxxxxxss
Posts: 9
Joined: 27 Feb 2008, 04:34

Need help!

Postby xxxxxxss » 01 Mar 2008, 22:35

How Do I get the buddy list in actionscript 3:

Heres the code I thought would work.

function update(evt:SFSEvent):void{
var roomList_lb:Array=new Array();
var roomList:String=evt.params.getUserList();
for (var i:String in roomList)
{
var room = roomList[i]
roomList_lb.addItem(room.getName() + " (" + room.getUserCount() + ")", room.getId())
}
roomList_lb.sortItemsBy("label", "ASC")
trace(roomList_lb);
sfs.autoJoin();
}


Also can you convert your example files like simple chat avanced chat.. into actionscript 3 That way If it was converted and you added how you get the userlist in the docs file I wouldnt be asking any of these questions.

Cheers,
xxxxxxss
Posts: 9
Joined: 27 Feb 2008, 04:34

Postby xxxxxxss » 01 Mar 2008, 23:57

After playing around with it for 2 days I got it yay xD ^^ woot =D =P ^^ xD =) :)
User avatar
Lapo
Site Admin
Posts: 23009
Joined: 21 Mar 2005, 09:50
Location: Italy

Postby Lapo » 03 Mar 2008, 07:30

The AS3 SimpleChat example is a conversion of the AdvancedChat. It has the same features :wink:
Lapo
--
gotoAndPlay()
...addicted to flash games

Return to “SmartFoxServer 1.x Discussions and Help”

Who is online

Users browsing this forum: No registered users and 62 guests