onBuddyListError()
Availability:
Flash Player 7, 8
SmartFoxServer Basic / Pro
Usage:
smartFox.onBuddyListError(errorMsg:String)
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:String) { trace(errorMsg) }
See also:
onBuddyList(), onBuddyListUpdate(), onBuddyRoom()