Skip to content

Instantly share code, notes, and snippets.

@nsisodiya
Created May 21, 2011 17:31
Show Gist options
  • Save nsisodiya/984705 to your computer and use it in GitHub Desktop.
Save nsisodiya/984705 to your computer and use it in GitHub Desktop.
document.addEventListener('DOMContentLoaded', function () {
var popcorn = Popcorn( "#myaudio" );
popcorn.exec( 5, function() {
alert("asdf");
});
popcorn.play();
},false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment