</head>
<body>
<!--
Begin Windows Media Embed Code </!-->
<OBJECT
ID="Player" width="98" height="98"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<PARAM name="URL" value="yourWMVfilehere.wmv">
<PARAM name="uiMode" value="none">
</OBJECT>
<!-- End Windows Media Embed Code </!-->
<br>
<!--
Start Buttons Code for controlling Windows Media </!-->
<INPUT
TYPE="BUTTON" NAME="BtnPlay" VALUE="Play"
OnClick="StartMeUp()">
<INPUT TYPE="BUTTON" NAME="BtnStop" VALUE="Stop"
OnClick="ShutMeDown()">
<SCRIPT>
<!--
function StartMeUp ()
{
Player.URL = "yourWMVfilehere.wmv";
}
function ShutMeDown ()
{
Player.controls.stop();
}
-->
</SCRIPT>
<!--
End buttons code for controlling Windows Media </!-->
</body>
</html>