Skip to content

Instantly share code, notes, and snippets.

@zgordon
Created March 26, 2011 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zgordon/888351 to your computer and use it in GitHub Desktop.
Save zgordon/888351 to your computer and use it in GitHub Desktop.
JS API Methods for HTML5 Audio and Video
player.play();
player.pause();
player.currentTime=0;
player.volume=0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment