onLogout()

Availability:

Flash Player 7, 8
SmartFoxServer Basic / Pro (1.5.5 and later)

Usage:

smartFox.onLogout()

Description:

The event is fired when the user is successfully logged out of the current Zone.
The client will still be connected to the server but he will have to login again in a Zone, in order to interact with the server.

Parameters:

none    

Returns:

nothing

Example:

smartFox.onLogout = function()
{
	trace("I was logged out successfully")
}

See also:

logout()