BB FlashBack SDK: FBPlayer

GotoFrame

Description

Seeks to the numbered frame in the loaded movie.

Syntax

[C#/C++]
public void GotoFrame(int frame)

[VB.NET]
Public Sub GotoFrame(ByVal Frame As Integer)

Parameters

Parameter Description
Frame Required. An integer value indicating the frame to seek to.

Remarks

The movie must be loaded using the LoadFile method before a seek is attempted.

See Also

LoadFile method  Play method  FirstFrame method  LastFrame method