Windows Media Player Control SDK Banner Art
*Contents *Index  *Topic Contents
*Previous Topic: MouseUp
*Next Topic: OpenStateChange

NewStream Event

Occurs when a new stream begins loading.

Syntax

JScript
<SCRIPT FOR="MediaPlayer" EVENT="NewStream( )" LANGUAGE="JScript">
    //insert script commands//
</SCRIPT>
VBScript
<SCRIPT LANGUAGE="VBScript">
Sub MediaPlayer_NewStream( )
    //insert script commands//
End Sub
</SCRIPT>

Remarks

Because of stream buffering, this event can occur before the Microsoft® Windows Media™ Player control begins playback.

See Also

EndOfStream, Monitoring Stream Status and Network Reception


Top of Page Top of Page
© 1999 Microsoft and/or its suppliers. All rights reserved. Terms of Use.