View Single Post
Old 02-27-2011, 05:27 PM  
DWB
Registered User
 
Industry Role:
Join Date: Jul 2003
Location: Encrypted. Access denied.
Posts: 31,779
Quote:
Originally Posted by VGeorgie View Post
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?
DWB is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote