Windows Media Player SDK banner art
PreviousNext

Player.currentPlaylistChange event

The currentPlaylistChange event occurs when the current playlist changes.

Syntax

currentPlaylistChange(change)

Parameters

  change

Number (long) indicating what type of change occurred to the playlist. See playlistChange for a table of possible values.

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.