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.
Summary of Contents for FLASH 8-FLASH
Page 1: ...Flash Lite 1 x ActionScript Language Reference...
Page 6: ...6 Contents...
Page 46: ...46 Flash Lite Global Functions...
Page 62: ...62 Flash Lite Properties...
Page 76: ...76 Flash Lite Statements...
Page 110: ...110 Flash Lite Operators...
Page 162: ...162 Index...