I am using the JWPlayer to play a video file and after the video is done I want to show a message. It says here: http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12540/javascript-api-reference
that you have to pass the `
events: {
onComplete: function() {
document.getElementById('status').innerHTML = 'That's all folks!';
}
}
` code into the setup.
However the events are not working at all.. I tried it in different ways but it does not work.
I have seen this question multiple times on stack overflow but none of them have a solution.
</body>). After the files were moved to before the ending head (</head>) tag the events worked. – Vincent Cohen Dec 14 '11 at 14:59