• Upload the flv video file inside a folder on your website called videos.
• Insert the html code provided inside your web page at the bottom just before the </body> tag .
• Modify the html code parameter "v_flvbase" to reference the final website location of your video
• Be sure the v_theflv filename is exactly as is is named in the directory on your website
• Your video is now installed and ready for playback
Sample Code
<script language="JavaScript" type="text/javascript">
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.