Windows Media Player SDK banner art
PreviousNext

Player6.DisplayModeChange

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

PreviousNext


© 2000-2001 Microsoft Corporation. All rights reserved.