activeRoomId
Availability:
Flash Player 6.0
SmartFoxServer Lite / Basic / Pro
Usage:
smartFox.activeRoomId
Description:
The property stores the id of the last room the user has entered.Parameters:
| none |
Returns:
Nothing.
Example:
var room = smartFox.getRoom(smartFox.activeRoomId)
trace("CurrentRoom is : " + room.getName())
See also:
getRoom()