5
Thank you for your answer.
I had used the following code provided by dreamhost:
<script type="text/javascript" src="https://media.dreamhost.com/swfobject.js"></script>
<div id="player"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div>
<script type="text/javascript">
var so = new SWFObject('https://media.dreamhost.com/mediaplayer.swf','mpl','320','240','8');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addVariable('height','240');
so.addVariable('width','320');
so.addVariable('file','sample.flv');
so.write('player');
</script>