Class fever.medias.video.FvVideoDisplay

Description

FvVideoDisplay class.

Field Index

onCuePointEVENT

Method Index

new FvVideoDisplay()
buildVideoDisplay(), getCuePoints(), getMetaData(), toString()

Constructor Detail

FvVideoDisplay

public function FvVideoDisplay(mcHolder:MovieClip, videoObject:Video)

Constructor.

Field Detail

onCuePointEVENT

static public onCuePointEVENT:EventType
Broadcasted when a cue point is triggered.

Method Detail

buildVideoDisplay

static public function buildVideoDisplay(video:Video):FvVideoDisplay

Creates instance using only video flash object reference.

getMetaData

public function getMetaData():VideoMetaData

Returns video metadata.

getCuePoints

public function getCuePoints():Array

Returns internal cue points defined in video ( if any )

toString

public function toString():String

Returns string representation.