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
Top of Page
© 1999 Microsoft and/or its suppliers. All rights reserved. Terms of Use.