Movie Player SDK Gold ActiveX Control ReferenceMethods StreamingLoadFromURL Movie Player ActiveX Control StreamingLoadFromURL Load the streaming video from URL. It support MP4 or MOV streaming video only. Public Function StreamingLoadFromURL(_ ByVal strURL As String ) as Bool ParameterstrURLSpecifies the URL of streaming MP4 or MOV video.Return ValueReturn true if successful, otherwise return false.Example Visual Basic SyntaxMoviePlayer1.StreamingAutoPlayAfterBuffered 300MoviePlayer1.StreamingLoadFromURL"video.ted.com/talks/podcast/BlaiseAguerayArcas_2007_480.mp4"'after buffered call followingMoviePlayer1.StreamingPlay