Returns the name of the active or default network connection. For mobile devices, this
connection is also known as an access point.
Command
GetNetworkConnection
Parameters
None
Value Returned
-1: Not supported 0: Success: returns the active network connection name 1: Success: returns the default network connection name 2: Unable to retrieve the connection name
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example returns the name of the active or default network connection in the
argument myConnectionName:
status = FSCommand2("GetNetworkConnectionName", "myConnectionName");
