video/youtube

video/youtube

[1] mkay581/youtube-video-js: Easily control YouTube videos using javascript () <https://github.com/mkay581/youtube-video-js>

Suppose you have the following HTML in the DOM for a YouTube video.

<video width="640" height="360">

<source type="video/youtube" src="http://www.youtube.com/watch?v=ye82js0sL32" />

</video>