Movie Player ActiveX Control

SetPos

 

Set the current position of video/audio file.

Public Function SetPos( _
  ByVal iPos As Double
)

 

Parameter
iPos
the time position you want to go(unit is second)

Return Value
No Return value

Example

   

Visual Basic Syntax
MoviePlayer1.SetPos 5