20.11.2017 Views

My HTML 5

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>HTML</strong>5<br />

seeked<br />

seeking<br />

suspend<br />

This event is generated when a seek operation completes.<br />

This event is generated when a seek operation begins.<br />

This event is generated when loading of the media is suspended.<br />

volumechange This event is generated when the audio volume changes.<br />

waiting<br />

This event is generated when the requested operation (such as<br />

playback) is delayed pending the completion of another operation<br />

(such as a seek).<br />

Following is the example which allows to play the given video:<br />

<br />

<br />

<br />

function PlayVideo(){<br />

var v = document.getElementsByTagName("video")[0];<br />

v.play();<br />

}<br />

<br />

<br />

<br />

<br />

<br />

<br />

Your browser does not support the element.<br />

<br />

<br />

<br />

<br />

<br />

122

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!