Class com.sekati.ui.FLVPlayer

Description

FLVPlayer controller to be used with FLV

Method Index

init(), onPauseFLVPlayer(), onResumeFLVPlayer(), removeMovie(), resetUI()

Inherited from CoreClip

Inherited from BaseClip

Method Detail

init

public function init(url:String):Void

load video and initialize FLVPlayer UI and FLVPlayer Core

Parameters

url(String) flv url

Return

Void

removeMovie

public function removeMovie():Void

Remove the movie from player.

Return

Void

resetUI

public function resetUI():Void

Reset the Interface

Return

Void

onPauseFLVPlayer

public function onPauseFLVPlayer():Void

event for pausing video playback

Return

Void

onResumeFLVPlayer

public function onResumeFLVPlayer():Void

event for resuming video playback

Return

Void