Skip to content

Instantly share code, notes, and snippets.

@joncode
Created May 7, 2012 23:18
Show Gist options
  • Select an option

  • Save joncode/2631362 to your computer and use it in GitHub Desktop.

Select an option

Save joncode/2631362 to your computer and use it in GitHub Desktop.
HTML video events
"progress"
"timeupdate"
"durationchange" - whenever the duration of the video content changes , including at load
"canplaythrough"
"loadeddata"
"playing"
"paused"
.ended
.buffered
.duration
.currentTime
.play();
.pause();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment