User Guide

VideoPlayer class 711
VideoPlayer.playheadUpdateInterval
A number that is the amount of time, in milliseconds,
between each
playheadUpdate event.
VideoPlayer.progressInterval
A number that is the amount of time, in milliseconds,
between each progress event.
VideoPlayer.scaleX
A number that specifies the horizontal scale.
VideoPlayer.scaleY
A number that specifies the vertical scale.
VideoPlayer.state
A string that specifies the state of the component.
Set with the
load(), play(), stop(), pause() and
seek() methods. Read-only.
VideoPlayer.stateResponsive
A Boolean value that is true if the state is responsive
(that is, if controls can be enabled in the current
state). Read-only.
VideoPlayer.totalTime
A number that is the total playing time for the video.
VideoPlayer.transform
An object that provides direct access to the
Sound.setTransform() and Sound.getTransform()
methods to provide more sound control.
VideoPlayer.url
A string that specifies the URL of the loaded (or
loading) stream.
VideoPlayer.videoHeight
A number that specifies the height of the FLV file.
VideoPlayer.videoWidth
A number that specifies the width of the FLV file.
VideoPlayer.visible
A Boolean value that, if true, makes the FLV
file visible.
VideoPlayer.volume
A number in the range of 0 to 100 that indicates the
volume control setting.
VideoPlayer.width
A number (percentage) that specifies how far a
user can move the volume bar handle before an
update occurs.
VideoPlayer.x
A number that specifies the horizontal dimension in
pixels of the video player.
VideoPlayer.y
A number that specifies the vertical dimension in
pixels of the video player.
Property Description