v_alignbutton='absolute';
Adding this option in your code will make the play video button attach itself wherever the code detects the button anchor location. By default the play button locates itselft to the bottom left or bottom right depending on your choice of video alignment setting. If you wish to make your play video button appear within your web page you will need to add this parameter AND set the ID of a DIV layer or other object in your page to "banchor1".
v_banchor='buttonanchor';
Adding this option to your code will override the default anchor location for the play video button from "banchor1" to whatever value you assign to this parameter.
Sample Code
<script language="JavaScript" type="text/javascript">
v_alignbutton='absolute';
v_alignvideo='bottomleft';
v_padx='10';
v_pady='-2';
v_theflv='sample.flv';
v_flvbase='http://www.yoursite.com/videos/';
</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.