War Room

Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Featured Warrior Special Offer...
"Members Of The *War Room* Discover Secrets To Immediate Success!"
Reply
 
LinkBack Thread Tools
Old 08-17-2009, 11:13 AM   #1
Advanced Warrior
War Room Member
 
yourreviewer's Avatar
 
Join Date: Apr 2008
Location: , , .
Posts: 642
Thanks: 2
Thanked 37 Times in 25 Posts
Default Is it Possible to Design a Salespage Where the Salesletter loads once the user watches the video?

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

yourreviewer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-17-2009, 11:20 AM   #2
"The Video Warrior"
War Room Member
 
Clyde Dennis's Avatar
 
Join Date: Sep 2008
Location: USA
Posts: 505
Thanks: 51
Thanked 28 Times in 22 Posts
Social Networking View Member's FaceBook Profile 
Contact Info
Send a message via Skype™ to Clyde Dennis
Default Re: Is it Possible to Design a Salespage Where the Salesletter loads once the user watches the video

Quote:
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.

Clyde Dennis is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-17-2009, 11:26 AM   #3
HyperActive Warrior
 
spearce000's Avatar
 
Join Date: Jan 2005
Location: Kent, United Kingdom
Posts: 258
Thanks: 35
Thanked 17 Times in 17 Posts
Social Networking View Member's YouTube Profile
Default Re: Is it Possible to Design a Salespage Where the Salesletter loads once the user watches the video

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.

Who said learning had to be boring? InteractiveVideoTutorials.com
spearce000 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-17-2009, 11:33 AM   #4
Advanced Warrior
War Room Member
 
yourreviewer's Avatar
 
Join Date: Apr 2008
Location: , , .
Posts: 642
Thanks: 2
Thanked 37 Times in 25 Posts
Default Re: Is it Possible to Design a Salespage Where the Salesletter loads once the user watches the video

Quote:
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?

yourreviewer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-17-2009, 12:16 PM   #5
An-ti-so-shul
 
Join Date: Mar 2008
Location: Georgia
Posts: 19
Thanks: 1
Thanked 2 Times in 2 Posts
Contact Info
Send a message via ICQ to SpankD Send a message via AIM to SpankD Send a message via Yahoo to SpankD
Default Re: Is it Possible to Design a Salespage Where the Salesletter loads once the user watches the video

javascript timer and a ajax content swap.

If God didn\'t want us eating animals.
He wouldn\'t have made them so danged tasty.
SpankD is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-17-2009, 01:12 PM   #6
Advanced Warrior
War Room Member
 
yourreviewer's Avatar
 
Join Date: Apr 2008
Location: , , .
Posts: 642
Thanks: 2
Thanked 37 Times in 25 Posts
Default Re: Is it Possible to Design a Salespage Where the Salesletter loads once the user watches the video

Quote:
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?

yourreviewer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-17-2009, 04:02 PM   #7
An-ti-so-shul
 
Join Date: Mar 2008
Location: Georgia
Posts: 19
Thanks: 1
Thanked 2 Times in 2 Posts
Contact Info
Send a message via ICQ to SpankD Send a message via AIM to SpankD Send a message via Yahoo to SpankD
Default Re: Is it Possible to Design a Salespage Where the Salesletter loads once the user watches the video

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.

If God didn\'t want us eating animals.
He wouldn\'t have made them so danged tasty.
SpankD is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to SpankD For This Useful Post:
Old 08-18-2009, 08:52 AM   #8
Advanced Warrior
War Room Member
 
yourreviewer's Avatar
 
Join Date: Apr 2008
Location: , , .
Posts: 642
Thanks: 2
Thanked 37 Times in 25 Posts
Default Re: Is it Possible to Design a Salespage Where the Salesletter loads once the user watches the video

Quote:
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

yourreviewer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-18-2009, 09:45 AM   #9
HyperActive Warrior
 
Join Date: Jan 2004
Location: , , .
Posts: 376
Thanks: 0
Thanked 1 Time in 1 Post
Default Re: Is it Possible to Design a Salespage Where the Salesletter loads once the user watches the video

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

(No Cost - Was $197) 5 Millionaire Home Study Courses That Were Originally Intended To Be Physical Products, You'd Be Hard Pressed To Find These Anywhere. Just Go Here To Grab Them ----> http://www.freeinternetmarketinghelpcenter.com
James Jackson is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-18-2009, 09:45 AM   #10
Active Warrior
War Room Member
 
Join Date: Aug 2009
Posts: 55
Thanks: 87
Thanked 7 Times in 7 Posts
Default Re: Is it Possible to Design a Salespage Where the Salesletter loads once the user watches the video

Fantastic info, Spank! Thanks!
Coleen.Young is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-18-2009, 09:55 AM   #11
HyperActive Warrior
 
Join Date: Jul 2009
Posts: 187
Thanks: 4
Thanked 22 Times in 19 Posts
Default Re: Is it Possible to Design a Salespage Where the Salesletter loads once the user watches the video

What if the video is not Flash? i.e., an embeddable Youtube video? In that case, the timer wont fire, what would you do? I guess the user can be provided a button below the video that says, click here if you are ready to go to the next page. That way, user will be in control, even if he or she want to quickly go to your sales page rather than sitting through the full video to complete.
FifthDimension5 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-18-2009, 10:15 AM   #12
Advanced Warrior
War Room Member
 
yourreviewer's Avatar
 
Join Date: Apr 2008
Location: , , .
Posts: 642
Thanks: 2
Thanked 37 Times in 25 Posts
Default Re: Is it Possible to Design a Salespage Where the Salesletter loads once the user watches the video

Quote:
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.

yourreviewer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Tags
design, loads, salesletter, salespage, user, video, watches

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 04:13 AM.