BB FlashBack SDK: FBExportToSWFParams

StopOnLastFrame

Description

Determines whether the movie will stop when it plays the last frame or loop back to the start of the movie.

Syntax

[C#/C++]
public Bool StopOnLastFrame;

[VB.NET]
Public Property StopOnLastFrame As Boolean

Remarks

If set to True, the movie will display the last frame indefinitely when it reaches the end of the movie.

If set to False, when it reaches the end, the movie will loop back to the start and continue to play.

See also

FBRecorder::AutoStartPlay