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

Property summary

Properties inherited from class Object

constructor (Object.constructor property), __proto__ (Object.__proto__ property), prototype (Object.prototype property), __resolve (Object.__resolve property)


Constructor summary

Signature

Description

NetConnection()

Creates a NetConnection object that you can use in conjunction with a NetStream object to play back local streaming video (FLV) files.

Method summary

Modifiers

Signature

Description

 

connect(targetURI:String) : Boolean

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

addProperty (Object.addProperty method), hasOwnProperty (Object.hasOwnProperty method), isPropertyEnumerable (Object.isPropertyEnumerable method), isPrototypeOf (Object.isPrototypeOf method), registerClass (Object.registerClass method), toString (Object.toString method), unwatch (Object.unwatch method), valueOf (Object.valueOf method), watch (Object.watch method)



Flash CS3