Skip to content

Instantly share code, notes, and snippets.

@heff
Created November 17, 2012 00:53
Show Gist options
  • Save heff/4092295 to your computer and use it in GitHub Desktop.
Save heff/4092295 to your computer and use it in GitHub Desktop.
Version 3.2 Update
<video>
...
<track kind="subtitles" src="en-subtitles.vtt" srclang="en" label="English">
</video>
_V_("example_video_1").play();
_V_("example_video_1", {}, function(){
this.play();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment