User Guide

Table Of Contents
140 Flash Lite Specific Language Elements
Example
The following example sets the maxvolume variable to the maximum volume level of
the device:
maxvolume = fscommand2("GetMaxVolumeLevel");
trace (maxvolume); // output: 80
See also
GetVolumeLevel
GetNetworkConnectStatus
Availability
Flash Lite 1.1.
Description
Returns a value that indicates the current network connection status.
Command Parameters Value returned
"GetNetworkConnectStatus"
None. -1: Not supported.
0: There is currently an active
network connection.
1: The device is attempting to connect to
the network.
2: There is currently no active
network connection.
3: The network connection is suspended.
4: The network connection cannot
be determined.