![]() |
Previous | Next |
This 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
Previous | Next |