BB FlashBack SDK: FBExportToSWFParams

AddControlBar

Description

Sets whether a control bar SWF is attached to the exported movie, to allow the user to control playback.

Syntax

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

[VB.NET]
Public Property AddControlBar As Boolean

Remarks

Set to True to have a control bar in the exported movie.

The ControlBarMode and ControlBarName properties define whether a pre-defined or custom control bar will be used.

ControlBarPosMode and ControlBarPosOver define the position of the control bar in relation to the movie.
 

See also

FBExportToSWFParams::ControlBarMode  FBExportToSWFParams::ControlBarName    FBExportToSWFParams::ControlBarPosMode  FBExportToSWFParams::ControlBarPosOver