Contents Index Topic Contents | |
Previous Topic: DisplayModeChange Next Topic: EndOfStream |
DVDNotify Event
Occurs when a DVD-related notification is raised.
Syntax
JScript <SCRIPT FOR="MediaPlayer" EVENT="DVDNotify( Event, Param1, Param2 )" LANGUAGE="JScript"> //insert script commands// </SCRIPT>VBScript <SCRIPT LANGUAGE="VBScript"> Sub MediaPlayer_DVDNotify( Event, Param1, Param2 ) //insert script commands// End Sub </SCRIPT>Parameters
Event Value that specifies the DVD-specific event code that occurred. See DVD Event Codes. Param1 Returned value specific to the current event code. Default value is zero. Param2 Returned value specific to the current event code. Default value is zero. See Also
Top of Page
© 1999 Microsoft and/or its suppliers. All rights reserved. Terms of Use.