How do i get an embedded player on my site?

To embed a Player in your web site you have two options;

1. You can use JW Player see this URL; http://www.longtailvideo.com/players/jw-wmv-player/
2. You can embed Windows Media player on your website (This only support Windows PC's) see below for details.


---- HERE'S THE CODE ----

<OBJECT ID="MediaPlayer" WIDTH="320" HEIGHT="240" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
TYPE="application/x-oleobject">
<PARAM NAME="URL" VALUE="mms://sh5.audio-stream.com/mount-point/">
<PARAM name="autostart" VALUE="false">
<PARAM name="ShowControls" VALUE="true">
<param name="ShowStatusBar" value="false">
<PARAM name="ShowDisplay" VALUE="false">
</OBJECT>


Here is a table of some of the common parameters used in the above examples


Parameter Default Description
autoStart true Specifies or retrieves a value indicating whether the current media item begins playing automatically.
balance 0 Specifies the current stereo balance.
Values range from �100 to 100.
baseURL Specifies the base URL used for relative path resolution with URL script commands that are embedded in media items.
captioningID 0 Specifies the name of the element displaying the captioning.
currentMarker 0 Specifies the current marker number.
currentPosition 0 Specifies the current position in the media item in seconds.
defaultFrame - Specifies the name of the frame used to display a URL.
enableContextMenu true Specifies a value indicating whether to enable the context menu, which appears when the right mouse button is clicked.
enabled false Specifies whether the Windows Media Player control is enabled.
fullScreen false Specifies whether video content is played back in full-screen mode.
InvokeURLs true Specifies a value indicating whether URL events should launch a Web browser.
Mute false Specifies if audio is muted.
PlayCount 1 Specifies the number of times a media item will play. Minimum value of one.
Rate 1.0 Specifies the playback rate.
0.5 equates to half the normal playback speed, 2 equates to twice.
stretchToFit false Specifies whether video displayed by the control automatically sizes to fit the video window, when the video window is larger than the dimensions of the video image.
uiMode full Specifies which controls are shown in the user interface.
Possible values: invisible, none, mini, full.
URL - Specifies the name of the media item to play.
You can specify a local filename or a URL.
Volume Last setting Zero specifies no volume and 100 specifies full volume.
windowlessVideo false Specifies or retrieves a value indicating whether the Windows Media Player control renders video in windowless mode.
When windowlessVideo is set to true, the Player control renders video directly in the client area, so you can apply special effects or layer the video with text.
Supported by Windows Media Player for Windows XP or later.

  • 3 Users Found This Useful
Was this answer helpful?

Related Articles

What are the PUSH and PULL Methods?

For Windows Media Encoder and Real Producer, there are two methods for broadcasting the...

How Do I: Stream audio and video content to mobile phones and PDAs.

This document explains some of the strategies for best delivering your audio and video content to...

How do I create an .asx metafile

To create an .asx metafile, perform the following steps: The following steps were created using...

When you click listen on the streaming page, its says " sever is busy"

This means that you are streaming over the bitrate assigned.

How Do I: Windows Media on demand

Please use the following info for FTP access:FTP host: your URL.FTP port: 21FTP username and...