- 1). Open the Web page into which you want to embed Media Player. You can open it in a program such as Notepad.
- 2). Copy and paste the following code into the section of the Web page where you want the Media Player to appear:
<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>
Replace the section of the code that says "your file or url" in the URL parameter with the URL to your media file. - 3). Click "File" and then "Save" to save the media player in your website.
SHARE