Created
December 19, 2011 01:29
-
-
Save dmolsen/1495049 to your computer and use it in GitHub Desktop.
Example of setting an event to happen at particular times during a video
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // between 13secs and 17secs shoot off a firework every half a second (500ms) | |
| YTVideo.at('13000-16500', function() { | |
| createFirework(14,73,3,2,null,null,null,20,true,true); | |
| }, 500); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment