v_loaderalpha='30';
This parameter changes the opacity of the loading animation. This value ranges from 0 to 100, with 0 being invisible and 100 being fully opaque. The loading animation only stays on screen until the buffering reaches the video buffer percentage, which you can also set, then if just fades away. If you want it to stay on screen permanently, set the value to 99.
Sample Code
<script language="JavaScript" type="text/javascript">
v_loaderalpha='30';
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.