/*
document.write('<object type="application/x-mplayer2" style="width:384px;height:288px;z-index:2">');
document.write('<param name="filename" value="mms://ns6677.ovh.net/090707384" />');
document.write('<param name="ShowControls" value="0" />');
document.write('<param name="showstatusbar" value="0" />');
document.write('<param name="quality" value="medium" />');
//document.write('<param name="enableContextMenu" value="0" />');
//document.write('<param name="AllowChangeDisplaySize" value="0">');
document.write('</object>');
*/
document.write('<object id="player_video" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-mplayer2"  width="384" height="288" loop="1"><param name="url" value="mms://ns6677.ovh.net/'+fichier+'"><param name="loop" value="1"><param name="uiMode" value="full"><param name="ShowControls" value="0"><embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="mms://ns6677.ovh.net/'+fichier+'" width="384" height="288" autostart="1" showcontrols="0" loop="1" showstatusbar="0" transparentatstart="1"></embed></object>');