onJoinRoomError()
Availability:
Flash Player 6.0
SmartFoxServer Lite / Basic / Pro
Usage:
smartFox.onJoinRoomError(errorMsg)
Description:
The event is fired when a joinRoom() request fails. For example because the room you wanted to join is full.
Parameters:
| errorMsg | The server error message |
Returns:
nothing
Example:
smartFox.onJoinRoomError = function(errorMsg)
{
trace("Could not join room: " + errorMsg)
}
See also:
onJoinRoom()