NetConnection class

Availability

For information on creating a NetConnection object, see Constructor for the NetConnection class.

Method summary for the NetConnection class

Method

Description

NetConnection.call()

Invokes a command or method on the server.

NetConnection.close()

Closes the connection with the server.

NetConnection.connect()

 

Property summary for the NetConnection class

Property (read-only)

Description

NetConnection.isConnected

Read-only; a Boolean value that indicates whether Flash Player is connected to the server (true) or not (false) through the specified connection.

NetConnection.uri

Read-only; the target URI that was passed in with NetConnection.connect().

Event handler summary for the NetConnection class

Method

Description

NetConnection.onStatus

Invoked when a status change or error is posted for the NetConnection object.

Constructor for the NetConnection class

Availability

Usage

new NetConnection()

Parameters

None.

Returns

A NetConnection object.

Description

Constructor; After creating the NetConnection object, use NetConnection.connect() to make the actual connection.

Example

See also

NetConnection.connect()


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/fms/2/docs/00000570.html