Quote:
Originally Posted by VGeorgie
One of several ways to add a post-roll event to JW Player:
http://www.longtailvideo.com/support...ack-completion
I agree about Flowplayer, but recently their support hasn't been what it should be. I only recommend it now for people with good solid JavaScript experience.
|
Hey VGeorgie, if I have this:
Code:
jwplayer("container").onComplete(function() {
alert("Thanks for watching!.");
document.location = "http://www.site.com/jw-player/";
});
Can I change "alert" for something like "image" and show an image? Then to link that image I can add another line for href?