Is it Possible to Design a Salespage Where the Salesletter loads once the user watches the video?

11 replies
Hello,
I would like to know if it is possible to have a webpage design where at first only a video is displayed and once the user has completed watching the video, the rest of the salespage loads up.

Thanks,
Dan
#design #loads #salesletter #salespage #user #video #watches
  • Profile picture of the author Clyde Dennis
    Originally Posted by yourreviewer View Post

    Hello,
    I would like to know if it is possible to have a webpage design where at first only a video is displayed and once the user has completed watching the video, the rest of the salespage loads up.

    Thanks,
    Dan
    Greetings Dan,

    Sure, as long as you're hosting the video you could use a simple post play URL re-direct.
    {{ DiscussionBoard.errors[1089855].message }}
    • Profile picture of the author yourreviewer
      Originally Posted by Clyde Dennis View Post

      Greetings Dan,

      Sure, as long as you're hosting the video you could use a simple post play URL re-direct.
      Thanks Clyde, I was wondering if you can have the sales letter load up on the samepage instead of a redirect to another page. Does that make sense? And are there any other options instead of hosting the video on my own site? I have subscribed for Amazon S3 service, would that help?
      {{ DiscussionBoard.errors[1089891].message }}
      • Profile picture of the author SpankD
        javascript timer and a ajax content swap.
        {{ DiscussionBoard.errors[1089990].message }}
        • Profile picture of the author yourreviewer
          Originally Posted by SpankD View Post

          javascript timer and a ajax content swap.
          Spank, do you know any service or are there any videos that can walk me through the way I need to do it?
          {{ DiscussionBoard.errors[1090158].message }}
          • Profile picture of the author SpankD
            It's a mashup but here it goes

            This is the javascript function Time is in miliseconds

            setTimeout ( "swapVideo", 30000 ) ;

            Then read up on content swaps and make the swap a function called by the settimeout.

            webmasterworldDOTcom/forum91/980DOThtm Swap content in a div Swap content in a div

            Understand the principles

            This is the javascript to do the swapouts.
            wwwDOTprototypejsDOTorg Prototype JavaScript framework: Easy Ajax and DOM manipulation for dynamic web applications Prototype JavaScript framework: Easy Ajax and DOM manipulation for dynamic web applications

            Now you need to find someone to put the 2 together. I've built hundreds of div swaps with this combo and a few other event based ones. It's not that much code and if your comfortable with html and "logic" you will be fine.
            {{ DiscussionBoard.errors[1090664].message }}
            • Profile picture of the author yourreviewer
              Originally Posted by SpankD View Post

              It's a mashup but here it goes

              This is the javascript function Time is in miliseconds

              setTimeout ( "swapVideo", 30000 ) ;

              Then read up on content swaps and make the swap a function called by the settimeout.

              webmasterworldDOTcom/forum91/980DOThtm Swap content in a div Swap content in a div

              Understand the principles

              This is the javascript to do the swapouts.
              wwwDOTprototypejsDOTorg Prototype JavaScript framework: Easy Ajax and DOM manipulation for dynamic web applications Prototype JavaScript framework: Easy Ajax and DOM manipulation for dynamic web applications

              Now you need to find someone to put the 2 together. I've built hundreds of div swaps with this combo and a few other event based ones. It's not that much code and if your comfortable with html and "logic" you will be fine.
              Hello,
              I have sent you a PM asking for your help regarding this issue. Kindly check your PM.

              Thanks,
              Dan
              {{ DiscussionBoard.errors[1092710].message }}
  • Profile picture of the author spearce000
    Yes, but you'd have to host the video on your own server, which could go through a lot of bandwidth.

    Camtasia will let you do this. Produce the video as a flash file embedded in HTML. In the Flash options setting, click the Controls tab and the Jump to radio button. Then enter your web page's URL. I'm sure the procedure varies from version to version of Camtasia, but that's the general idea.
    {{ DiscussionBoard.errors[1089872].message }}
  • Profile picture of the author James Jackson
    is there a particular reason why the content has to load into the same page as the video?
    {{ DiscussionBoard.errors[1092877].message }}
    • Profile picture of the author yourreviewer
      Originally Posted by James Jackson View Post

      is there a particular reason why the content has to load into the same page as the video?

      I am just testing different salespage models. At this moment, though I would like to have an order button creep up once the video is completed.
      {{ DiscussionBoard.errors[1092979].message }}
  • {{ DiscussionBoard.errors[1092878].message }}

Trending Topics