The following video player can play FLV or MP4 videos. It required flash player
9 or height version of Flash player. You can set your own display image and set
the initial volume, player height and width etc. This player required "swfobject.js" to load swf file. All
the required files are included in the zip file.
<script type="text/javascript" src="js/swfobject.js"></script>
<div id="flashcontent"> <strong>You need to upgrade your Flash Player to version 9 or height.</strong> </div>
<script type="text/javascript"> var so = new SWFObject("video/flvPlayer.swf? imagePath=video/sample.jpg& videoPath=sample.mp4& autoStart=false& autoHide=false& autoHideTime=5& hideLogo=true& volAudio=60& newWidth=640& newHeight=425& disableMiddleButton=false& playSounds=true& soundBarColor=0x0066FF& barColor=0x0066FF& barShadowColor=0x91BBFB& subbarColor=0xffffff", "sotester", "640", "425", "9", "#efefef"); so.addParam("allowFullScreen", "true"); so.write("flashcontent"); </script>