The Player object is the root object for the Windows Media Player control. It supports the properties, methods, and events listed in the following tables.
The Player object supports the following properties. Properties marked with an asterisk (*) are not accessible to skins.
| Property | Description |
| cdromCollection | Retrieves the CdromCollection object. |
| closedCaption | Retrieves the ClosedCaption object. |
| controls | Retrieves the Controls object. |
| currentMedia | Specifies or retrieves the current Media object. |
| currentPlaylist | Specifies or retrieves the current Playlist object. |
| dvd | Retrieves the DVD object. |
| enableContextMenu * | Specifies or retrieves a value indicating whether to enable the context menu, which appears when the right mouse button is clicked. |
| enabled * | Specifies or retrieves a value indicating whether the Windows Media Player control is enabled. |
| error | Retrieves the Error object. |
| fullScreen * | Specifies or retrieves a value indicating whether video content is played back in full-screen mode. |
| isOnline | Retrieves a value indicating whether the user is connected to a network. |
| isRemote * | Retrieves a value indicating whether the Windows Media Player control is running in remote mode. |
| mediaCollection | Retrieves the MediaCollection object. |
| network | Retrieves the Network object. |
| openState | Retrieves a value indicating the state of the content source. |
| playerApplication * | Retrieves the PlayerApplication object when a remoted Windows Media Player control is running. |
| playlistCollection | Retrieves the PlaylistCollection object. |
| playState | Retrieves a value indicating the state of the Windows Media Player operation. |
| settings | Retrieves the Settings object. |
| status | Retrieves a value indicating the current status of Windows Media Player. |
| stretchToFit * | Specifies or retrieves a value indicating whether video will stretch to fit size of the Windows Media Player control video display. |
| uiMode * | Specifies or retrieves a value indicating which controls are shown in the user interface when Windows Media Player is embedded in a Web page. |
| URL | Specifies or retrieves the name of the clip to play. |
| versionInfo | Retrieves a String value specifying the version of the Windows Media Player. |
| windowlessVideo * | Specifies or retrieves a value indicating whether the Windows Media Player control renders video in windowless mode. |
* Not accessible to skins.
The Player object supports the following methods.
The Player object supports the following events. Events marked with an asterisk (*) are not accessible to skins. For information about handling mouse and keyboard events in skins, see External Events.
* Not accessible to skins. For information about handling mouse and keyboard events in skins, see Ambient Event Handlers.