The player will look like this
To embed an object in HTML document, the object class ID is required. The class ID for Windows Media Player 7, 9, 10 and 11 is clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6.

Insert the following code into your HTML document to embed Windows Media Player 7 and later:
 
<OBJECT ID="player" WIDTH="290" HEIGHT="63" 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="
http://yourserveripandport"> 
<param name="uimode" value="mini"> 
<param name="autoStart" value="1"> 
<PARAM NAME="showstatusbar" value="true">

<embed name="Player2" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="
http://yourserveripandport" WIDTH="290" HEIGHT="63" autostart="1" showcontrols="1" showstatusbar="1"></embed> 
</OBJECT>



In the URL parameter, you can specify a URL (for streaming).

Most important parameters supported by Windows Media Player 7 and later:
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">