Share via


Windows Media Player 11 SDK Player.DomainChange EventĀ 

Windows Media Player SDK banner art

Previous Next

Player.DomainChange Event

The DomainChange event occurs when the DVD domain changes.

Syntax

  DomainChange(strDomain)

Parameters

strDomain

String indicating the new domain. Contains one of the following values.

String Description
firstPlay Performing default initialization of a DVD disc.
videoManagerMenu Displaying menus for whole disc. Also known as Root Menu or topMenu.
videoTitleSetMenu Displaying menus for current title set. Also known as titleMenu
title Displaying the current title.
stop The DVD Navigator is in the DVD Stop domain.

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.

Requirements

Version: Windows Media Player for Windows XP or later.

Library: Use wmp.dll.

See Also

Previous Next