One of the reason I like SmartFoxServer over ElectroServer
Posted: 12 Aug 2011, 19:21
The team who developed the API client for AS3 knows how to code AS3 style instead of this bullshit sorry.
etc.
This is not the best approach to make things easy for anyone.
You need to go through many methods to catch what you need.
But for SmartFoxServer it's very beautiful.
etc. 
So thank you very much for this.
Easy to use
[/code]
Code: Select all
var room:Room = _es.managerHelper.zoneManager.zoneById(e.zoneId).roomById(e.roomId);
This is not the best approach to make things easy for anyone.
You need to go through many methods to catch what you need.
But for SmartFoxServer it's very beautiful.
Code: Select all
var username:String = loginPanel.ti_username.text;
var request:LoginRequest = new LoginRequest(username);
sfs.send(request);
Code: Select all
sfs = new SmartFox(true);
sfs.roomList
sfs.roomManager.ownerZone
So thank you very much for this.
Easy to use