User Guide

710 FLVPlayback Component (Flash Professional Only)
Instance Properties
The following table lists the instance properties of the VideoPlayer class. This set of properties
applies to each instance of a VideoPlayer class.
Property Description
VideoPlayer.autoRewind
A Boolean value that, if true, causes the FLV file to
rewind to the first frame when play stops.
VideoPlayer.autoSize
A Boolean value that, if true, causes the video to
automatically size to the source dimensions.
VideoPlayer.bufferTime
A number that specifies the number of seconds
to buffer in memory before beginning to play a
video stream.
VideoPlayer.bytesLoaded
A number that indicates the extent of downloading in
number of bytes for an HTTP download. Read-only.
VideoPlayer.bytesTotal
A number that specifies the total number of bytes
downloaded for an HTTP download. Read-only.
VideoPlayer.connected
A Boolean value that indicates whether the FLV file
stream is connected. Read-only.
VideoPlayer.height
A number that specifies the height of the video
in pixels.
VideoPlayer.idleTimeout
The amount of time, in milliseconds, before an idle
FCS connection (because playing is paused or
stopped) is terminated.
VideoPlayer.isLive
A Boolean value that is true if the video stream is
live. Not applicable to HTTP download.
VideoPlayer.isRTMP
A Boolean value that is true if the FLV file is
streaming from FCS. Read-only.
VideoPlayer.maintainAspectRatio
A Boolean value that, if true, maintains the video
aspect ratio.
VideoPlayer.metadata
An object that is a metadata information packet that
is received from a call to the
onMetaData() callback
function, if available. Read-only.
VideoPlayer.ncMgr
An INCManager object that provides access to an
instance of the class implementing INCManager.
VideoPlayer.playheadTime
A number that is the current playhead time or
position, measured in seconds, which can be a
fractional value.