debug
Availability:
Flash Player 7, 8
SmartFoxServer Lite / Basic / Pro
Usage:
smartFox.debug
Description:
Toggles the client-side debugging informations. When turned on you will be able to inspect all server messages that are sent and received by the clientParameters:
| none |
Returns:
Nothing.
Example:
var runningLocally:Boolean = true
var ip:String
var port:Number = 9399
var zone:String = "myZone"
if (runningLocally)
{
smartFox.debug = true
ip = "127.0.0.1"
}
else
{
smartFox.debug = false
ip = "100.101.102.103"
}
...
...
See also: