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

Load Balancing Windows Media Live Content

This service is for Live Webcasting Windows Media Content requiring load balancing capabilities...

How Do I: Setup a MediaPoint Manager Statistic Relay

Setup Statistic Relay How to configure the MPM Statistic Relay using any of Spacial Audio's...

How Do I: Windows Media Encoder (PUSH Method)

Solution Streaming with the Windows Media Encoder 9 series:To start off, lets make sure...

Should I stream with Windows Media or Shoutcast/MP3?

If you are concerned about accessibility, Shoutcast/MP3 has a slight edge over Windows Media due...

How Do I setup Windows Expression 4 encoder

How to Set Up Microsoft's Expression Encoder for Windows Media Note: Microsoft Expression...