Movie Player ActiveX Control

EndTime  

 

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

MoviePlayer1.EndTime[=double]


Parameter
double
the end 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"