There is a way, but it's a little tricky.
Here's a sample from a website:
Code:
<object id="MediaPlayer2" width="400" height="50" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">
A lot of param tags here...
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" src="YOUR FILE HERE" name="MediaPlayer2" showpositioncontrols="0" showstatusbar="1" volume="-1" width="400" height="46">
</embed>
</object>
Try the
Windows Media Player SDK (
here) in
MSDN for more info.