Clickable Link/Forms in Video

by 13 replies
15
Hi,

Does anyone know where I can get code to embed a form and
clickable link in my videos

Example:
At end of video or overlay display a form or clickable link..

Thanks,
Ike
#programming #clickable #link or forms #video
  • Depends what format the video is in. Regardless, this will require javascript at the very least unless you have the source files for the video.

    Just found this by searching in google:

    Flowplayer - Flash Video Player for the Web

    May work, may not. There could be a javascript method for waiting for the video to end and then presenting the pop up. Sadly, couldn't turn anything up with a quick search and achieving this really depends on the format.

    Another idea is to use an flv player if you have a .flv file. One will have a feature for presenting a pop up after the video.

    Hope something up there works for you.
    • [ 1 ] Thanks
  • hey there Ike!

    i am beta-testing a service that provides the solution u need, check out my sample videos in my sample videos:

    VideoMarketing - Video Marketing - Examples - Make'M Click

    if interested in the service, hit me up via PM

    peace
    • [3] replies
    • Great this is just what I'm looking for. What's the next step?
      Forgive me but tell me what is PM?
      • [1] reply
    • Wow! You're the man.
      Just what I'm looking for. I'll be testing on my blogs.
      Can't send PM as Newbie.

      I'll be joining the forum in short order.

      Any JV possibilities in the making

      I've got quite a list.

      Thanks so much

      Ike
    • I tried to send you a pm but I haven't been on the forum for long so it wont let me send message. I would be interest in beta testing. It looks interesting hope you can help.
      • [1] reply
  • hey there Ike

    i noticed you created your 1st video, great!
    i modified some HTML in your call-2-action because it was throwing-off the iframe at the end of the video.

    also, your form action event will not work as you have a anchor ref around your submit button.
  • hey there Ike, hit me up on ICQ if you have it.. i'm usually online.

    as for JV's.. once the site is launched, i'm open to opportunities.
  • Yes, I'm in. Thanks. I created a few videos to date.

    I have a link in my form (seo genius) that is to my

    affiliate site. It opens in the frame as opposed to a new window.

    any solutions?

    Ike
    • [1] reply
    • hey there Ike

      if you are using forms with the video, you have to use an (onsubmit) event with the form to open it in a new window outside of the video, like this:

      Code:
      <form method=post action="http://lists.imarketstuff.com/?p=subscribe&id=1" name="subscribeform" target="windowName" onsubmit="window.open('', this.target,'dialog,modal,scrollbars=no,resizable=no,width=600,height=300,left=0,top=0');">
      if you are using a hyperlink, you must add the (target) attribute, like this:

      Code:
      <a href="" target="_top">link stuff</a>
      you can email me at [support at makemclick dot com]

Next Topics on Trending Feed