BB FlashBack SDK: FBPlayer

GotoMarker

Description

Sets the current frame of the loaded movie to the desired marker as identified by its text.

Syntax

[C#/C++]
public void GotoMarker(string text)

[VB.NET]
Public Sub GotoMarker(ByVal Text As String)

Parameters

Parameter Description
Text Required. A string value indicating the marker text.

Remarks

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

See Also

GetMarkerText method  GotoMarkerNum method