Movie Player SDK Gold ActiveX Control ReferenceMethods StepFrame Movie Player ActiveX Control StepFrame Step forward by the specified number of frames. Public Function StepFrame( _ ByVal iFrame As Integer)as Boolean ParameteriFrameSpecifies the number of frames to skip .1 = one frame.Return ValueBooleanTrue - successful, False - Failed. Example Visual Basic SyntaxMoviePlayer1.StepFrame 1