<html5fallbackmediaview>
Abstract base class to support SWF fallback player for HTML5 video and audio playback.

JavaScript: lz.html5fallbackmediaview
extends <html5mediaview> » <view> » <node> » lz.Eventable »

See <html5videoview> and <html5audioview>

Class Attributes

Name (CSS property) Type (tag) Type (js) Default Category
__players expression any [] unknown
   
__playersinited boolean boolean false unknown
   

Methods

load()
html5fallbackmediaview.load();
Starts loading the media resource.

pause()
html5fallbackmediaview.pause();
Pauses the media playback if in progress.

play()
html5fallbackmediaview.play();
Begins playing the media resource.

Methods inherited from lz.Eventable

destroy, setAttribute

Class Methods

findPlayerById()
lz.html5fallbackmediaview.findPlayerById(pid);
Parameter Name Type Description
pid    

Events

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy