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