|
Load the streaming video from URL. It support MP4, MOV, MPEG1, MPEG2, M2TS video only.
Public Function StreamingLoadFromURL(_ ByVal strURL As String ) as Bool
|
Parameter strURL Specifies the URL of streaming MP4 or MOV video.
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
|
|
|