Share via


Windows Media Player 11 SDK Player.MediaChange EventĀ 

Windows Media Player SDK banner art

Previous Next

Player.MediaChange Event

The MediaChange event occurs when a media item changes.

Syntax

  MediaChange(Item)

Parameters

Item

Media object representing the item that changed.

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.

Windows Media Player 10 Mobile: This event is not supported.

Example Code

The following JScript example uses an HTML DIV element, named MediaName, to display the name of the current media item. The code updates the text in the DIV with each occurrence of the mediaChange event. The Player object was created with ID = "Player".

  

Requirements

Version: Windows Media Player version 7.0 or later.

Library: Use wmp.dll.

See Also

Previous Next