v_answeryes='http://www.gosomewhere.com';
This is the url you wish the visitor to go to if they click on the yes
v_answeryesbutton='Click for Yes';
This is the short text that appears on the YES button
v_answernobutton='Click for No';
This is the short text that appears on the No button
v_answeryestext='Would you like to get started?';
This is the short text that appears in the call to action window
v_answeryeswait='5';
This is the number of seconds before the video ends that this call to action prompt will show up.
v_freezeonend='yes';
This freeze frames the video when the actor is done speaking so as to give your user a chance to respond to the call to action on the screen
v_freezeonendwait='15000';
This is the number of seconds the video is frozen on screen before disappearing. 1000 is equal to 1 second..
Sample Code
<script language="JavaScript" type="text/javascript">
v_answeryes='http://www.gosomewhere.com';
v_answeryestext='Would you like to get started?';
v_answeryeswait='5';
v_freezeonend='yes';
v_freezeonendwait='15000';
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.