<html5audioview>

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

<html5audioview> allows applications to play audio from HTTP servers.

<canvas>
            <html5audioview src="http://www.beartronics.com/music/figleafrag.mp3" autoplay="true" width="320" height="240"/>
            </canvas>

Methods

makeNativePlayer()
html5audioview.makeNativePlayer(args);
Parameter Name Type Description
args    

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy