Windows Media Player 6.4 property |
Windows Media Player 7 or later equivalent |
AllowChangeDisplaySize |
The display of Windows Media Player 7 or later automatically resizes to fit the media. You can set the height and width properties in the <OBJECT> tag or in script. |
AllowScan |
Controls.fastForward and Controls.fastReverse are automatically enabled for file types that support these methods. |
AnglesAvailable |
Not available. |
AnimationAtStart |
Not available. |
AudioStream |
Use Controls.currentAudioLanguageIndex. |
AudioStreamsAvailable |
Use Controls.audioLanguageCount. |
AutoRewind |
Use Controls.currentPosition in script to specify or retrieve the current position. Alternatively, use markers and the Player.markerHit event. |
AutoSize |
Automatic sizing is the default behavior. To override automatic sizing, set the height and width properties in the <OBJECT> tag or in script. |
AutoStart |
Use Settings.autoStart. |
Balance |
Use Settings.balance. |
Bandwidth |
Use Network.bandWidth. |
BaseURL |
Use Settings.baseURL. |
BufferingCount |
Use Network.bufferingCount. |
BufferingProgress |
Use Network.bufferingProgress. |
BufferingTime |
Use Network.bufferingTime. |
ButtonsAvailable |
Not available. |
CanPreview |
Not available. |
CanScan |
Use Controls.isAvailable(„FastForward“) and Controls.isAvailable(„FastReverse“). |
CanSeek |
Use Controls.isAvailable to test whether a particular seek method can be performed. |
CanSeekToMarkers |
Use Controls.isAvailable(„CurrentMarker“). Use Media.markerCount to retrieve the count of markers in a particular media item. Use Controls.currentMarker to specify or retrieve the current marker number. |
CaptioningID |
Use ClosedCaption.captioningID. |
CCActive |
Not available. |
ChannelDescription |
Not available. |
ChannelName |
Not available. |
ChannelURL |
Not available. |
ClickToPlay |
Not available. You should provide controls in your user interface to start playback. Alternatively, the user can right-click the video image to open a pop-up menu that contains a Play/Pause selection if Player.enableContextMenu equals true. |
ClientID |
Not available.
Windows Media Player 9 Series or later allows the user to select whether a unique Player ID is transmitted to content providers.
If the user selects this option, the Player sends a unique ID to the Windows Media server. The ID is logged in the server’s log file, located in the ..system32\logfiles folder by default. The log field name is „c-playerid“. Server logging is not enabled by default in Windows Media Services.
If the user does not select this option, the server generates a random session ID, which is unique for each client for a given session.
For more information, see the Windows Media Services 9 Series documentation.
|
CodecCount |
Not available. |
ColorKey |
Not available. |
ConnectionSpeed |
Not available. Use Network.bitRate to determine the current bit rate. |
ContactAddress |
Not available. |
ContactEmail |
Not available. |
ContactPhone |
Not available. |
CreationDate |
Use MediaCollection.getMediaAtom(„CreationDate“) to retrieve the index of the creation date atom. Use Media.getItemInfoByAtom to retrieve the metadata. |
CurrentAngle |
Not available. |
CurrentAudioStream |
Use Controls.currentAudioLanguageIndex. |
CurrentButton |
Not available. |
CurrentCCService |
Not available. |
CurrentChapter |
Retrieve the current playlist. If the current playlist is not the same one as the playlist returned by Cdrom.playlist, then there is no current chapter. Otherwise, the current chapter number is the index of the current media in the current playlist. |
CurrentDiscSide |
Not available. |
CurrentDomain |
Use DVD.domain. |
CurrentMarker |
Use Controls.currentMarker. |
CurrentPosition |
Use Controls.currentPosition. |
CurrentSubpictureStream |
Not available. |
CurrentTime |
Use Controls.currentPositionTimeCode, Controls.currentPositionString, or Controls.currentPosition. |
CurrentTitle |
Retrieve the current playlist. If the current playlist is the same one as the playlist returned by Cdrom.playlist, then the title number is the index of the current media in the current playlist. |
CurrentVolume |
Not available. |
CursorType |
Not available. Use Internet Explorer styles instead. |
DefaultFrame |
Use Settings.defaultFrame, or use a <PARAM> attribute in the <OBJECT> element: <PARAM NAME=“defaultFrame“ VALUE=“right“> |
DisplayBackColor |
Not available. |
DisplayForeColor |
Not available. |
DisplayMode |
The current position can be retrieved in seconds from the beginning as a Number using Controls.currentPosition, as a String formatted as HH:MM:SS (hours, minutes, seconds) using Controls.currentPositionString, or in time code format using Controls.currentPositionTimeCode. |
DisplaySize |
The default display automatically resizes to fit the media. You can set the height and width properties in the <OBJECT> tag, or in script. Use Player.fullScreen to switch to full-screen mode. |
Duration |
Use Media.duration. |
DVD |
Use Player.DVD. |
EnableContextMenu |
Use Player.enableContextMenu. |
Enabled |
Use Player.enabled. |
EnableFullScreenControls |
When using Windows Media Player 9 Series or later, full-screen controls are enabled automatically unless Player.uiMode = „none“. |
EnablePositionControls |
Not available. You can provide custom controls or use Player.uimode to choose a default configuration. |
EnableTracker |
Not available. You can provide a custom control or use Player.uimode to choose a default configuration. |
EntryCount |
Use Playlist.count |
ErrorCode |
Use ErrorItem.errorCode. |
ErrorCorrection |
Not available. |
ErrorDescription |
Use ErrorItem.errorDescription. |
FileName |
Use Player.URL or Player.currentMedia. Use Controls.currentItem when working within a playlist. |
FramesPerSecond |
Not available. |
HasError |
Use Error.errorCount. |
HasMultipleItems |
Not available. |
ImageSourceHeight |
Use Media.imageSourceHeight. |
ImageSourceWidth |
Use Media.imageSourceWidth. |
InvokeURLs |
Use Settings.invokeURLs. |
IsBroadcast |
Use Network.sourceProtocol. |
IsDurationValid |
Not available. Media.duration contains a valid value when used with the current media object. |
Language |
Use Controls.currentAudioLanguage |
LostPackets |
Use Network.lostPackets. |
MarkerCount |
Use Media.markerCount. |
Mute |
Use Settings.mute. |
OpenState |
Use Player.openState. |
PlayCount |
Use Settings.playCount. |
PlayState |
Use Player.playState. |
PreviewMode |
Not available. Use a script loop structure with an HTML timer to duplicate this functionality. |
Rate |
Use Settings.rate. |
ReadyState |
Use Player.openState. |
ReceivedPackets |
Use Network.receivedPackets. |
ReceptionQuality |
Use Network.receptionQuality. |
RecoveredPackets |
Use Network.recoveredPackets. |
Root |
Not available. |
SAMIFileName |
Use ClosedCaption.SAMIFileName. |
SAMILang |
Use ClosedCaption.SAMILang. |
SAMIStyle |
Use ClosedCaption.SAMIStyle. |
SelectionEnd |
Use Media.duration to determine the length of a Media object. Use a marker with Controls.currentMarker to specify a custom end position. |
SelectionStart |
Use Controls.currentPosition to start playback from a particular position or use a marker with Controls.currentMarker to specify a custom start position. |
SendErrorEvents |
Errors are queued. Use the Error object and the ErrorItem object to retrieve error information. |
SendKeyboardEvents |
Not available. |
SendMouseClickEvents |
Not available. |
SendMouseMoveEvents |
Not available. |
SendOpenStateChangeEvents |
Not available. |
SendPlayStateChangeEvents |
Not available. |
SendWarningEvents |
Not available. |
ShowAudioControls |
Not available. You can provide custom controls or use Player.uimode to choose a default configuration. |
ShowCaptioning |
Not available. You can provide a custom closed caption display. |
ShowControls |
Not available. You can provide custom controls or use Player.uimode to choose a default configuration. |
ShowDisplay |
Not available. |
ShowGotoBar |
Not available. You can provide custom functionality using the Media object |
ShowPositionControls |
Not available. You can provide custom controls or use Player.uimode to choose a default configuration. |
ShowStatusBar |
Not available. You can provide custom controls or use Player.uimode to choose a default configuration. |
ShowTracker |
Not available. You can provide custom controls or use Player.uimode to choose a default configuration. |
SourceLink |
Use Media.sourceURL. |
SourceProtocol |
Use Network.sourceProtocol. |
StreamCount |
Not available. Use Controls.audioLanguageCount to retrieve the number of audio language streams. |
SubpictureOn |
Not available. |
SubpictureStreamsAvailable |
Not available |
TitlesAvailable |
Use the following:
Player.Cdrom.playlist.count – 1
|
TotalTitleTime |
Use currentMedia.duration or currentMedia.durationString. |
TransparentAtStart |
Use script to specify the height and width values to make the player visible or invisible. |
UniqueID |
Not available. |
VideoBorder3D |
Not available. |
VideoBorderColor |
Not available. |
VideoBorderWidth |
Not available. |
Volume |
Use Settings.Volume. |
VolumesAvailable |
Not available. |