Windows Media Player 11 SDK Player.ModeChange EventĀ
Previous | Next |
Player.ModeChange Event
The ModeChange event occurs when a mode of Windows Media Player is changed.
Syntax
ModeChange(ModeName, NewValue)
Parameters
ModeName
String indicating the mode that was changed. Contains one of the following values.
Value | Description |
shuffle | Tracks are played in random order. |
loop | The entire sequence of tracks is played repeatedly. |
NewValue
Boolean indicating the new state of the specified mode.
Remarks
The value of event parameters is specified by Windows Media Player, and can be accessed or passed to a method in an imported JScript file using the parameter name given. This parameter name must be typed exactly as shown, including capitalization.
Requirements
Version: Windows Media Player version 7.0 or later.
Library: Use wmp.dll.
See Also
Previous | Next |