lucab Profile Topics Started Replies Created Forum Replies Created Viewing 1 replies (of 1 total) 8 years ago in reply to: Get the end of the video lucab Don’t worry, this works: if( typeof(flowplayer) != “undefined” ) { var api = flowplayer(0); api.bind(‘finish’, function() { alert( ‘Video just finish!’ ); }); } Viewing 1 replies (of 1 total)