Movie Player ActiveX Control

StepFrame

 

Step forward by the specified number of frames.

Public Function StepFrame( _
  ByVal iFrame As Integer
)as Boolean

 

Parameter
iFrame
Specifies the number of frames to skip .1 = one frame.


Return Value
Boolean
True - successful, False - Failed.


Example

   

Visual Basic Syntax
MoviePlayer1.StepFrame 1