Movie Player ActiveX Control

StreamingPause

 

Pause the streaming video. After pause, it will buffering the video.
 

Public Function StreamingPause()

 

No Parameter


Return Value
Return true if successful, otherwise return false.


Example

   

Visual Basic Syntax
MoviePlayer1.StreamingAutoPlayAfterBuffered 300
MoviePlayer1.StreamingLoadFromURL"video.ted.com/talks/podcast/BlaiseAguerayArcas_2007_480.mp4"
'after buffered call following
MoviePlayer1.StreamingPlay