Play FLV file with play, push and progressbar button.

  <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
                            width="320" height="240" id="VideoPlayer" align="middle">
                            <param name="allowScriptAccess" value="*" />
                            <param name="allowFullScreen" value="true" />
                            <param name="movie" value="http://www.platipus.nl/flvplayer/download/1.0/FLVPlayer.swf?video=YourVideoNameWithExtension&autoplay=false" />
                            <param name="quality" value="high" />
                            <param name="bgcolor" value="#ffffff" />
                            <embed src="http://www.platipus.nl/flvplayer/download/1.0/FLVPlayer.swf?video=YourVideoNameWithExtension&autoplay=false"
                                quality="high" bgcolor="#000000" width="320" height="240" name="VideoPlayer"
                                align="middle" allowscriptaccess="*" allowfullscreen="true" type="application/x-shockwave-flash"
                                pluginspage="http://www.macromedia.com/go/getflashplayer" />
                        </object>