Skip to content

Instantly share code, notes, and snippets.

@pifantastic
Created April 4, 2011 22:51
Show Gist options
  • Save pifantastic/902640 to your computer and use it in GitHub Desktop.
Save pifantastic/902640 to your computer and use it in GitHub Desktop.
var f;
Froogaloop( $('#player-player')[0] ).addEvent('ready', function() {
f = $f( $('#player-player')[0] );
f.addEvent('finish', function() {
alert('finished! do something...');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment