v_autostart='yes';
This determines if your video will automatically play the first time a visitor enters your site. Options are yes, no or manual. Setting to no displays the play button instead and never auto start. Setting manual allows you to place a link in your site to start the video. It disables the play button in the beginning as well so you are in full control. Execute the showvideo(); javascript function from any link in your web page to play the video when setting this option to manual.
v_playalways='yes';
This determines if your video will auto play every time a visitor visits the site.Options are yes, no or any single whole number. If set to no then it will auto play ONLY THE FIRST time the visitor gets to your site, and show the play button every time after. If set to yes then the video will autostart every single time, not just the first time. Setting a number allows the video to autoplay the number of times you set here, and once that number has been reached, show the play button every time afterwards. So setting this to 5 for instance makes the video autoplay 5 times then reverts to the play button only upon the sixth visit.
v_showevery='7';
This showevery tag determines how long the program will wait in days before playing auto playing again for the particular visitor. So if you set this to 7, the entire logic will start over after 7 days and autoplay will resume and until the preset number has been reached again.
Sample Code
<script language="JavaScript" type="text/javascript">
v_autostart='yes';
v_playalways='yes';
v_theflv='sample.flv';
v_flvbase='http://www.yoursite.com/videos/';
v_alignvideo='bottomright';
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript" src="http://code.javahd.com/js/sample.js" type="text/JavaScript"></SCRIPT>
Comments
0 comments
Please sign in to leave a comment.