Contents Index Topic Contents | |
Previous Topic: Disconnect Next Topic: DVDNotify |
DisplayModeChange Event
Occurs when the DisplayMode property changes.
Syntax
JScript <SCRIPT FOR="MediaPlayer" EVENT="DisplayModeChange()" LANGUAGE="JScript"> //insert script commands// </SCRIPT>VBScript <SCRIPT LANGUAGE="VBScript"> Sub MediaPlayer_DisplayModeChange() //insert script commands// End Sub </SCRIPT>Remarks
The DisplayMode property specifies whether the current position is displayed in seconds or frames. The DisplayMode property and the DisplayModeChange event are valid only for local playback, not for streaming media.
Top of Page
© 1999 Microsoft and/or its suppliers. All rights reserved. Terms of Use.