Flash CS3 Documentation |
|||
| ActionScript 2.0 Language Reference > ActionScript classes > NetConnection | |||
Object
|
+-NetConnection
public dynamic class NetConnection
extends Object
The NetConnection class provides the means to play back streaming FLV files from a local drive or HTTP address.
Note: This class is also supported in Flash Player 6 when used with Flash Media Server. For more information, see your Flash Media Server documentation.
Availability: ActionScript 1.0; Flash Player 7
Properties inherited from class Object constructor (Object.constructor property), __proto__ (Object.__proto__ property), prototype (Object.prototype property), __resolve (Object.__resolve property)
|
Signature |
Description |
|---|---|
|
Creates a NetConnection object that you can use in conjunction with a NetStream object to play back local streaming video (FLV) files. |
|
Modifiers |
Signature |
Description |
|---|---|---|
|
|
Opens a local connection through which you can play back video (FLV) files from an HTTP address or from the local file system. |
Methods inherited from class Object
Flash CS3