How to add image to the END of a video in JW Player?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nick_Merlot
    Confirmed User
    • Mar 2008
    • 232

    #1

    How to add image to the END of a video in JW Player?

    Anybody know how? I'm trying to make it so when the video stops an image will show up instead of having the video reset. Even better if the image can be clickable where I could add a link to it.
  • TheSenator
    Too lazy to set a custom title
    • Feb 2003
    • 13340

    #2
    Use Flowplayer instead.....

    http://flowplayer.org/download/index.html

    Much easier to work with.
    ISeekGirls.com since 2005

    Comment

    • VGeorgie
      Confirmed User
      • Nov 2008
      • 359

      #3
      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.

      Comment

      • SmokeyTheBear
        ►SouthOfHeaven
        • Jun 2004
        • 28609

        #4
        use a dynamic playlist that you put a video first , image second, jwplayer allows this.. and u can make the image clickable too i think.
        hatisblack at yahoo.com

        Comment

        • DWB
          Registered User
          • Jul 2003
          • 31779

          #5
          LOL I literally just asked this a few hours ago on another board.

          You need to detect the playback completion. VGeorgie's link should work. Smokeys is good as well.
          Last edited by DWB; 02-27-2011, 03:22 PM.

          Comment

          • SmokeyTheBear
            ►SouthOfHeaven
            • Jun 2004
            • 28609

            #6
            Originally posted by DirtyWhiteBoy
            LOL I literally just asked this a few hours ago on another board.
            or it is possible you have a split personality with amnesia , and the op is you and you forgot you posted on this board.
            hatisblack at yahoo.com

            Comment

            • DWB
              Registered User
              • Jul 2003
              • 31779

              #7
              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?

              Comment

              • Kiopa_Matt
                Confirmed User
                • Oct 2007
                • 1448

                #8
                You need to get the Ad Solution module: http://www.longtailvideo.com/addons/...n?q=ads%20alt=
                xMarkPro -- Ultimate Blog Network Management
                Streamline your marketing operations. Centralize management of domains, pages, Wordpress blogs, sponsors, link codes, media items, sales and traffic statistics, plus more!

                Comment

                • darksoul
                  Confirmed User
                  • Apr 2002
                  • 4997

                  #9
                  Use the drelated plugin. While its main purpose is to show related videos, you can define "related" however you want
                  1337 5y54|)m1n: 157717888
                  BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
                  Cambooth

                  Comment

                  Working...