onRoomLeft()

Availability:

Flash Player 7, 8
SmartFoxServer Basic / Pro

Usage:

smartFox.onRoomLeft(roomId:Number)

Description:

The event is fired when a room was left using a leaveRoom() request. This type of requests are only used when allowing users to be present in more than one room at the same time.

Parameters:

roomId   The id of the room that was left

Returns:

nothing

Example:

smartFox.onRoomLeft = function(roomId:Number)
{
	trace("See you soon!")
}

See also: