| S | |
| sendModeratorMessage, SmartFoxClient | |
| sendObject, SmartFoxClient | |
| sendObjectToGroup, SmartFoxClient | |
| sendPrivateMessage, SmartFoxClient | |
| sendPublicMessage, SmartFoxClient | |
| sendXtMessage, SmartFoxClient | |
| setBuddyVariables, SmartFoxClient | |
| setRoomVariables, SmartFoxClient | |
| setUserVariables, SmartFoxClient | |
| SFSEvent | |
| SmartFoxClient | |
| switchSpectator, SmartFoxClient | |
| T | |
| toString, SFSEvent | |
| U | |
| uploadFile, SmartFoxClient | |
| User | |
| V | |
| Variables |
Send a moderator message to an entire Zone, a Room or a single User.
public function sendModeratorMessage( message: String, type: String, id: int = -1 ):void
Send an Actionscript object to the other users in the room.
public function sendObject( obj: Object, roomId: int = -1 ):void
Send an Actionscript object to a group of users in the room.
public function sendObjectToGroup( obj: Object, userList: Array, roomId: int = -1 ):void
Send a private message to a user.
public function sendPrivateMessage( message: String, recipientId: int, roomId: int = -1 ):void
Send a public message.
public function sendPublicMessage( message: String, roomId: int = -1 ):void
Send a request to a server side extension.
public function sendXtMessage( xtName: String, cmd: String, paramObj: *, type: String = "xml", roomId: int = -1 ):void
Set one or more Buddy Variables.
public function setBuddyVariables( varList: Array ):void
Set on or more Room Variables.
public function setRoomVariables( varList: Array, roomId: int = -1, setOwnership: Boolean = true ):void
Set on or more User Variables.
public function setUserVariables( varObj: Object, roomId: int = -1 ):void
The default contructor.
public function SFSEvent( type: String, params: Object )
The default contructor.
public function SmartFoxClient( debug: Boolean = false )
Turn a spectator inside a game room into a player.
public function switchSpectator( roomId: int = -1 ):void
Return a String containing all the properties of the current instance.
function toString():String
Upload a file to the embedded webserver.
public function uploadFile( fileRef: FileReference, id: int = -1, nick: String = "", port: int = -1 ):void
The default contructor.
public function User( id: int, name: String )