Flash Media Server |
|||
| Client-Side ActionScript Language Reference for Flash Media Server 2 > Client-Side ActionScript Language Reference > NetConnection class | |||
|
NOTE |
|
In Flash Player 7 and later, you can use this class to open a connection and play FLV files without Flash Media Server. For more information, see the Netconnection class entry in ActionScript 2.0 Language Reference. |
For information on creating a NetConnection object, see Constructor for the NetConnection class.
|
Method |
Description |
|---|---|
|
Invokes a command or method on the server. |
|
|
Closes the connection with the server. |
|
|
|
|
Property (read-only) |
Description |
|---|---|
|
NetConnection.isConnected |
Read-only; a Boolean value that indicates whether Flash Player is connected to the server ( |
|
NetConnection.uri |
Read-only; the target URI that was passed in with NetConnection.connect(). |
|
Method |
Description |
|---|---|
|
Invoked when a status change or error is posted for the NetConnection object. |
new NetConnection()
None.
A NetConnection object.
Constructor; After creating the NetConnection object, use NetConnection.connect() to make the actual connection.
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