VideoDisplay

Kind of class:class
Inherits from:AbstractLib
Version:1.0
Author:Francis Bourre
Classpath:com.bourre.medias.video.VideoDisplay
File last modified:Wednesday, 31 October 2007, 07:35:29

Constructor

VideoDisplay

function VideoDisplay (
mcHolder:MovieClip, videoObject:Video)

Class properties

onBufferEmptyEVENT

static onBufferEmptyEVENT:EventType = new EventType( "onBufferEmpty" )
(read,write)

onBufferFullEVENT

static onBufferFullEVENT:EventType = new EventType( "onBufferFull" )
(read,write)

onCuePointEVENT

static onCuePointEVENT:EventType = new EventType( "onCuePoint" )
(read,write)

onEndStreamEVENT

static onEndStreamEVENT:EventType = new EventType( "onEndStream" )
(read,write)

onErrorEVENT

static onErrorEVENT:EventType = AbstractLib.onErrorEVENT
(read,write)

onLoadInitEVENT

static onLoadInitEVENT:EventType = AbstractLib.onLoadInitEVENT
(read,write)

onLoadProgressEVENT

static onLoadProgressEVENT:EventType = AbstractLib.onLoadProgressEVENT
(read,write)

onMetaDataEVENT

static onMetaDataEVENT:EventType = new EventType( "onMetaData" )
(read,write)

onPlayHeadTimeChangeEVENT

static onPlayHeadTimeChangeEVENT:EventType = new EventType( "onPlayHeadTimeChange" )
(read,write)

onResizeEVENT

static onResizeEVENT:EventType = new EventType( "onResize" )
(read,write)

onStartStreamEVENT

static onStartStreamEVENT:EventType = new EventType( "onStartStream" )
(read,write)

onTimeOutEVENT

static onTimeOutEVENT:EventType = AbstractLib.onTimeOutEVENT
(read,write)

Class methods

buildVideoDisplay

static function buildVideoDisplay (
video:Video) : VideoDisplay

Instance methods

getBytesLoaded

function getBytesLoaded (
) : Number

getBytesTotal

function getBytesTotal (
) : Number

getDuration

function getDuration (
) : Number

getHeight

function getHeight (
) : Number

getHolder

function getHolder (
) : MovieClip

getKeyFramePosition

function getKeyFramePosition (
) : String

getMetaData

function getMetaData (
) : Object

getPlayheadTime

function getPlayheadTime (
) : Number

getVideoObject

function getVideoObject (
) : Video

getVolume

function getVolume (
) : Number

getWidth

function getWidth (
) : Number

initEventSource

function initEventSource (
) : Void

isAutoPlay

function isAutoPlay (
) : Boolean

isAutoSize

function isAutoSize (
) : Boolean

isLoopPlayback

function isLoopPlayback (
) : Boolean

isPlaying

function isPlaying (
) : Boolean

load

function load (
sURL:String) : Void

move

function move (
x:Number, y:Number) : Void

pause

function pause (
) : Void

play

function play (
n:Number) : Void

release

function release (
) : Void

setAutoPlay

function setAutoPlay (
b:Boolean) : Void

setAutoSize

function setAutoSize (
b:Boolean) : Void

setBufferTime

function setBufferTime (
n:Number) : Void

setLoopPlayback

function setLoopPlayback (
b:Boolean, position:Number) : Void

setPlayheadTime

function setPlayheadTime (
n:Number) : Void

setPlaying

function setPlaying (
b:Boolean) : Void

setSize

function setSize (
nX:Number, nY:Number) : Void

setURL

function setURL (
sURL:String) : Void

setVolume

function setVolume (
n:Number) : Void

stop

function stop (
) : Void

streamFromPHP

function streamFromPHP (
n:Number) : Void

toString

function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance