onBuddyListError()
Availability:
Flash Player 6.0
SmartFoxServer Basic / Pro
Usage:
smartFox.onBuddyListError(errorMsg)
Description:
The event is fired if the server could not retrieve the buddy list for the current user.
Parameters:
errorMsg | The errror message from the server |
Returns:
nothing
Example:
smartFox.onBuddyListError = function(errorMsg) { trace(errorMsg) }
See also:
onBuddyList(), onBuddyListUpdate(), onBuddyRoom()