Alignment |
Sets the 'align' attribute of the control, which works exactly as it does on a div tag.
Default - Does not set the 'align' attribute for the control.
Center - Set the 'align' attribute for the control to 'center'.
Left - Set the 'align' attribute for the control to 'left'.
Right - Set the 'align' attribute for the control to 'right'. |
AudioBalance |
Specifies the current stereo balance. Values range from -100 to 100.
0 by default. |
AutoPlay |
Indicates whether or not the video will play on load.
True by default. |
| BaseURL |
Specifies the base URL used for relative path resolution with URL script commands that are embedded in media items. |
CaptioningID |
Specifies the name of the element displaying the captioning. |
CurrentMarker |
Specifies the current marker number.
0 by default. |
CurrentPosition |
Specifies the current position in the media item in seconds.
0 by default. |
DefaultFrame |
Specifies the name of the frame used to display a URL. |
EolasFixEnabled |
If desired, you may set this false to turn off the Eolas Fix and allow the 'Click to activate and use this Control' message to be displayed in Opera and Internet Explorer browsers.
True by default. |
FullScreen |
Specifies whether video content is played back in full-screen mode. Only works in Microsoft Internet Explorer.
False by default. |
InvokeURLs |
Specifies a value indicating whether URL events should launch a Web browser.
True by default. |
LoopCount |
Specifies the number of times a media item will play. Minimum value of one.
1 by default. |
MaintainAspectRatio |
Specifies whether video displayed by the control will keep it's original proportions, or if it should stretch to fit the video window when the video window is larger than the dimensions of the video image.
True by default. |
Mute |
Specifies if audio is muted.
False by default. |
PlaybackRate |
Specifies the playback rate. 0.5 equates to half the normal playback speed, 2 equates to twice.
1 by default. |
ShowContextMenu |
Specifies a value indicating whether to enable the context menu, which appears when the right mouse button is clicked.
True by default. |
UIMode |
Specifies which controls are shown in the user interface. Possible values: Invisible, None, Mini, Full .
If UIMode is set to "Invisible", no user interface is displayed, but space is still reserved on the page as specified by width and height. This is useful for retaining page layout when UIMode can change. Additionally, the reserved space is transparent, so any elements layered behind the control will be visible.
If UIMode is set to "Full" or "Mini", Windows Media Player displays transport controls in full-screen mode. If UIMode is set to "None", no controls are displayed in full-screen mode.
Full by default. |
VideoURL |
The URL of the media file.
This can be a local URL (e.g. ~/sample.wmv ) or a complete remote URL (e.g. http://www.mysite.com/sample.wmv). |
Volume |
Sets the initial volume of the media. Ranges between 0 and 100.
100 by default. |
WindowlessVideo |
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.
True by default. |