Website Video Spokesperson - VSP Productions Home - Let us help you Broadcast your Business ®

Call us today for a FREE project analysis
Tel : 1-800-667-6805
Order a Web Video NowContact UsTestimonials

Common Support Links

Here are our most common support links for your convenience. If you have any additional questions please email or call.

Get this free Website Video right now

Simply cut and paste one of the codes provided in red to your website. Please place the code at the top of your html code or at the bottom right before the </body> tag. Do not place the code in the middle of other page elements.

This video is provided for you to get a basic idea of what adding a live actor to your website looks like. The video is a slightly lower quality and generic in nature. When you're ready to upgrade to a custom video just give us a call.

Option 1:

  • This video will never auto play but will show a play button in the lower left. When the user clicks to play then the welcome video will start.

<SCRIPT LANGUAGE="JavaScript" type="text/JavaScript">
v_autostart='no';
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript" src="http://code.javahd.com/js/free.js" type="text/JavaScript"></SCRIPT>


Option 2:

  • This video will always auto play then show a play button in the lower left. When the user clicks to play then the welcome video will start again.

<SCRIPT LANGUAGE="JavaScript" type="text/JavaScript">
v_autostart='yes';
v_playalways='yes';
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript" src="http://code.javahd.com/js/free.js" type="text/JavaScript"></SCRIPT>


Option 3:

  • This video will auto play the first time a visitor sees the web page and will show a play button in the lower left every time they return subsequently. It will reset this behavior after 7 days, after which it will auto play again.

<SCRIPT LANGUAGE="JavaScript" type="text/JavaScript">
v_autostart='yes';
v_playalways='no';
v_showevery='7';
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript" src="http://code.javahd.com/js/free.js" type="text/JavaScript"></SCRIPT>