Videos, timers, overlaying ads... help?

Mike

New member
Jun 27, 2006
6,779
114
0
50
On the firing line
Alright, I know you've seen these:

Advertisement you like -> Click -> Goes to a page with "an awesome video you just have to watch" (according to the sales text) -> video plays - there is no play bar, or buttons, but there's a big timer on the side -> at the end of the video an image pops up over the top that says "Get the super awesome thing you just saw NOW! Click Here!"

I want the video, the timer, and the post-roll ad (overlay) at the end of the video.

How to do it?

JW Player used to have plugins that would do this, they discontinued those. I asked.

Flowplayer... no fucking clue.

Leadplayer... I've got, and it ends with just a static text link.

I want to be able to show people a big ass banner ad with colors and puppies and bubbles and everything and have them click and they buy shit and make me happy.

1588307_o.gif
 


I'd really hate to recommend you a Clickbank product, but...

easyvideoplayer (dot) com/evp-2.0/index-variant.php

I would send you a free version, but that's not allowed here. Right?
 
jwplayer has an onComplete event, for example:

onComplete: function() {
return alert("buy my ebook, NOW!");
}

obvously you can then just throw in a bit of js/jquery to remove the jwplayer object and show a div, or whatever.

edit: fuck I just realised "Tube Ace" bumped an 8 month old thread.