EasyManua.ls Logo

MACROMEDIA FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE - Page 142

MACROMEDIA FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE
162 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
142 Flash Lite Specific Language Elements
Example
The following example assigns the name of the current network to the myNetName variable
and a status value to the
netNameStatus variable:
netNameStatus = fscommand2("GetNetworkName", myNetName);
GetNetworkRequestStatus
Availability
Flash Lite 1.1.
Description
Returns a value indicating the status of the most recent HTTP request.
Command Parameters Value returned
"GetNetworkRequestStatus"
None. -1: The command is not supported.
0: There is a pending request, a network
connection has been established, the server’s
host name has been resolved, and a connection
to the server has been made.
1: There is a pending request, and a network
connection is being established.
2: There is a pending request, but a network
connection has not yet been established.
3: There is a pending request, a network
connection has been established, and the
server’s host name is being resolved.
4: The request failed because of a network error.
5: The request failed because of a failure in
connecting to the server.
6: The server has returned an HTTP error (for
example, 404).
7: The request failed because of a failure in
accessing the DNS server or in resolving the
server name.
8: The request has been successfully fulfilled.
9: The request failed because of a timeout.
10: The request has not yet been made.

Table of Contents

Related product manuals