onAdminMessage()

Availability:

Flash Player 6.0
SmartFoxServer Basic / Pro

Usage:

smartFox.onAdminMessage(message)

Description:

Handles an administrator message. Admin messages are special messages that can be sent by an administrator to a user or group
of users.

IMPORTANT: All client applications should handle this event, or users won't be be able to receive important admin notifications!

Parameters:

message   a string with the text of the message

Returns:

nothing

Example:

smartFox.onAdminMessage = function(message)
{
	trace("Administrator said: " + message)
}

See also: