v_videobuffer='25';
This allows you to change the amount of preload you wish to happen before video playback begins. Values are 0 to 100. In this example 25 represents 25%.
Sample Code
<script language="JavaScript" type="text/javascript">
v_videobuffer='25';
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.