| Property | Defined By | ||
|---|---|---|---|
| container : Sprite [read-only]
Provides access to the Video Object
| IVideoPlayer | ||
| height : int
Get/Set access to the height of the video object
| IVideoPlayer | ||
| loop : Boolean
Indicates whether the player should loop when video finishes
| IVideoPlayer | ||
| mute : Boolean
Mutes/unmutes the video's audio. | IVideoPlayer | ||
| pan : Number
Panning
| IVideoPlayer | ||
| paused : Boolean [read-only]
Indicates whether the video is paused
| IVideoPlayer | ||
| playing : Boolean [read-only]
Indicates whether the video is playing
| IVideoPlayer | ||
| soundTransform : SoundTransform
Provides access to the SoundTransform of the video stream
| IVideoPlayer | ||
| source : String
The source, url, to the video file
| IVideoPlayer | ||
| time : Number [read-only]
Returns the actual time of the netStream
| IVideoPlayer | ||
| volume : Number
Master volume/gain
| IVideoPlayer | ||
| width : int
Get/Set access to the with of the video object
| IVideoPlayer | ||
| Method | Defined By | ||
|---|---|---|---|
dispose():void
Called if the player is no longer needed
| IVideoPlayer | ||
pause():void
Temporarily pause playback. | IVideoPlayer | ||
play():void
Start playing (or resume if paused) the video. | IVideoPlayer | ||
seek(val:Number):void
Seeks to a given time in the video, specified in seconds, with a precision of three decimal places (milliseconds). | IVideoPlayer | ||
stop():void
Stop playback and reset playhead. | IVideoPlayer | ||
| container | property |
container:Sprite [read-only] Provides access to the Video Object
public function get container():Sprite| height | property |
height:intGet/Set access to the height of the video object
public function get height():int public function set height(value:int):void| loop | property |
loop:BooleanIndicates whether the player should loop when video finishes
public function get loop():Boolean public function set loop(value:Boolean):void| mute | property |
mute:BooleanMutes/unmutes the video's audio.
public function get mute():Boolean public function set mute(value:Boolean):void| pan | property |
pan:NumberPanning
public function get pan():Number public function set pan(value:Number):void| paused | property |
paused:Boolean [read-only] Indicates whether the video is paused
public function get paused():Boolean| playing | property |
playing:Boolean [read-only] Indicates whether the video is playing
public function get playing():Boolean| soundTransform | property |
soundTransform:SoundTransformProvides access to the SoundTransform of the video stream
public function get soundTransform():SoundTransform public function set soundTransform(value:SoundTransform):void| source | property |
source:StringThe source, url, to the video file
public function get source():String public function set source(value:String):void| time | property |
time:Number [read-only] Returns the actual time of the netStream
public function get time():Number| volume | property |
volume:NumberMaster volume/gain
public function get volume():Number public function set volume(value:Number):void| width | property |
width:intGet/Set access to the with of the video object
public function get width():int public function set width(value:int):void| dispose | () | method |
public function dispose():voidCalled if the player is no longer needed
| pause | () | method |
public function pause():voidTemporarily pause playback. Resume using play().
| play | () | method |
public function play():voidStart playing (or resume if paused) the video.
| seek | () | method |
public function seek(val:Number):voidSeeks to a given time in the video, specified in seconds, with a precision of three decimal places (milliseconds).
Parameters
val:Number |
| stop | () | method |
public function stop():voidStop playback and reset playhead.