v_theurl='http://www.gosomewhere.com';
This is the url you wish the visitor to go to if they click on the spokesperson.
v_theurltarget='_self';
This is the target window upon clicking the video. Options are _self , _blank , _parent , _top
v_urltype='l';
This determines is the url is a web page or a javascript command. Options are l or j . l being link and j being javascript function located within the web page.
Sample Code
<script language="JavaScript" type="text/javascript">
v_theurl='http://www.gosomewhere.com';
v_theurltarget='_self';
v_theurltype='l';
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.