How to Embed the Windows Media Player
- 1). Click "Start," "All Programs," "Accessories" and "Wordpad" or "Notepad," and click "File." Click "Open," and locate your website's file. Highlight the file and press "Open" to continue.
- 2). Locate in the HTML document where you would like to place the embedded video. It is important to know what you are reading on your HTML document. For example, if you want the video in between a paragraph and a picture, locate the end of the paragraph in twice, which means "Enter," and begin here.
- 3). Input the embedded code. Each Windows Media Player video has the same HTML code. The HTML code is: "<OBJECT style="position:absolute; left:0;top:0;" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject"> <PARAM NAME="URL" VALUE="your file or url"> <PARAM NAME="SendPlayStateChangeEvents" VALUE="True"> <PARAM NAME="AutoStart" VALUE="True"> <PARAM name="uiMode" value="none"> <PARAM name="PlayCount" value="9999"> </OBJECT>".
- 4). Change the width and height of the video in the first line of the HTML code. On a video, 500 to 500 is considered medium size, while 1000 to 800 is the size of a standard computer screen. Keeping these guides in mind, configure the correct height and width you want to display.
- 5). Change the value of your embedded video. In the "Your File or Url" quotations, copy and paste the exact name of your saved video.
Source...