User Guide

966 ActionScript classes
Property summary
Properties inherited from class Object
Event summary
Constructor summary
Modifiers Property Description
bufferLength:Number
[read-only]
The number of seconds of data currently in the buffer.
bufferTime:Number
[read-only]
The number of seconds assigned to the buffer by
NetStream.setBufferTime().
bytesLoaded:Number
[read-only]
The number of bytes of data that have been loaded
into the player.
bytesTotal:Number
[read-only]
The total size in bytes of the file being loaded into the
player.
currentFps:Number
[read-only]
The number of frames per second being displayed.
time:Number [read-
only]
The position of the playhead, in seconds.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Event Description
onCuePoint =
function(infoObj
ect:Object) {}
Invoked when an embedded cue point is reached while playing an FLV
file.
onMetaData =
function(infoObj
ect:Object) {}
Invoked when the Flash Player receives descriptive information
embedded in the FLV file being played.
onStatus =
function(infoObj
ect:Object) {}
Invoked every time a status change or error is posted for the NetStream
object.
Signature Description
NetStream(connection
:NetConnection)
Creates a stream that can be used for playing FLV files through the
specified NetConnection object.