Movie Player ActiveX Control

StartTime  

 

Get or Set the start time if you playback for specific range. If you set StartTime and EndTime to -1, it will playback the full video.

MoviePlayer1.StartTime[=double]


Parameter
double
the start time value (by second).

Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
MoviePlayer1.AudioRenderer=0
MoviePlayer1.StartTime=0
MoviePlayer1.EndTime=15
MoviePlayer1.FileName="c:\test.mpg"