Try:
Code:
<object id="MediaPlayer" width=320 height=274 classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components…" type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">
<param name="filename" value="file.wmv">
<param name="ShowStatusBar" value="True">
<param name="ShowControls" value="True">
<param name="ShowDisplay" value="False">
<param name="autoStart" value="false">
<embed type="application/x-ms-wmp" src="file.wmv" name="MediaPlayer" showdisplay="0" showstatusbar="1" autostart="0" width=320 height=274>
</embed></object>
It's working here.
Bookmarks