Skip to content

Instantly share code, notes, and snippets.

Created August 29, 2013 17:54
Show Gist options
  • Save anonymous/a6b7b264b8baa17f9b65 to your computer and use it in GitHub Desktop.
Save anonymous/a6b7b264b8baa17f9b65 to your computer and use it in GitHub Desktop.
player.on('mouseover', player.reportUserActivity);
player.on('mouseout', vjs.bind(player, function() { player.userActive(false); }));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment