Embedding Windows Media Player Videos
You can embed Windows Media Player video files by using the following codes in the body section of your HTML:
<object type="video/x-ms-wmv" data="URL location of Windows Media Player video file.wmv" width="X" height="Y">
<param name="src" value="URL location of Windows Media Player video file.wmv" />
</object>
Be sure that the second url location you've entered matches the first one that you've entered. The values of X and Y are the values of the width and height (in pixels) that you want your video to be.