Windows Media Player SDK banner art
PreviousNext

Player.modeChange event

The modeChange event occurs when a mode of the 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 the 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.

See Also

PreviousNext


© 2000-2001 Microsoft Corporation. All rights reserved.