Skip to content

Instantly share code, notes, and snippets.

@craxidile
Created May 8, 2013 14:31
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 craxidile/5540846 to your computer and use it in GitHub Desktop.
Save craxidile/5540846 to your computer and use it in GitHub Desktop.
Loop YouTube Video
avascript: var mp = document.getElementById("movie_player"); function a(event){ if (event == 0){mp.playVideo();} } mp.addEventListener("onStateChange", "a");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment