Sha256: 4f0752b5a44dbf0cbad82f4130d65eaec48a22a2e0bfb5471868250703da6264
Contents?: true
Size: 999 Bytes
Versions: 2
Compression:
Stored size: 999 Bytes
Contents
<canvas> <videoview stretches="both" width="100%" height="100%" type="http"> <handler name="oninit"> canvas.setAttribute("bgcolor", global.bgcolor); canvas.setDefaultContextMenu(new lz.contextmenu()) this.setAttribute('url', global.url) new LzDelegate(this, 'done', this.stream, 'onstop'); this.stream.setAttribute('autorewind', false); this.stream.play(); </handler> <method name="done" args="stream"> lz.Browser.loadJS('window.__video_done()'); </method> </videoview> <view width="100%" height="100%" clickable="${global.showHandCursor == 'true'}" showhandcursor="${global.showHandCursor == 'true'}"> <handler name="onclick"><![CDATA[ if (global.clickURL && global.clickURL != 'null') { lz.Browser.loadJS('window.location="' + global.clickURL + '"'); } ]]> </handler> </view> </canvas>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
leftplayer-0.1.1 | src/leftplayer.lzx |
leftplayer-0.1 | src/leftplayer.lzx |