Skip to content

Instantly share code, notes, and snippets.

@dviramontes
Created January 21, 2016 18:50
Show Gist options
  • Save dviramontes/af095e60bf0986671d7d to your computer and use it in GitHub Desktop.
Save dviramontes/af095e60bf0986671d7d to your computer and use it in GitHub Desktop.
// register these two event listeners
window.player.on("play", function(){ console.log("played")});
window.player.on("pause", function(){ console.log("paused")});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment