Skip to content

Instantly share code, notes, and snippets.

@lumonad
Last active March 2, 2016 15:10
Show Gist options
  • Save lumonad/377ebbee2f36a323c7c7 to your computer and use it in GitHub Desktop.
Save lumonad/377ebbee2f36a323c7c7 to your computer and use it in GitHub Desktop.
var playerFactory = new PlayerFactory();
var player = playerFactory.createPlayer({
el: document.getElementById('player'),
src: 'https://www.youtube.com/watch?v=jIR28JI60ho'
});
player.seekTo(2000);
player.play()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment