Play WMV file in Windowmedia player in asp.net

*** This is a Code ***


<object id="MediaPlayer" width="320" height="240" 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="autoStart" value="True" />
                            <param name="filename" value="YourFileName.wmv" />
                            <embed type="application/x-mplayer2" src="YourFileName.wmv"
                                name="MediaPlayer" width="360" height="300">
                            </embed>
                        </object>