When embedding a media player into your blog or website, you have a few options regarding what you want the media player to do. These options are controlled by the "PARAM" or parameter sections of the HTML code you embed in your page. Among other things, you can use parameters to auto-start a video, loop a video and show video controls. The "Parameter" sections in HTML code fall between the <Object ID" and the "</Object>" tags.
Related Searches:
Difficulty:
Moderate
Instructions
1
Log in to your Web server and navigate to the page into which you will embed the media player. Click on the section of the page into which you will embed the player.
2
Copy and paste the following code:
<OBJECT ID="MediaPlayer" WIDTH="192" HEIGHT="190" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
Press "ENTER" to move to the next section of the code. This is the section in which you will embed the parameters.
Delete both instances of "yourvideo.wmv" and replace it with the actual file path of the video you want to embed.
5
Change the values after each "<PARAM name=" if desired. If you want a particular parameter turned on, type "true". To turn a parameter off, type "false".
6
Click "Publish." You have embedded media player parameters.