onAdminMessage()
Availability:
Flash Player 7, 8
SmartFoxServer Basic / Pro
Usage:
smartFox.onAdminMessage(message:String)
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:String) { trace("Administrator said: " + message) }
See also: