BB FlashBack SDK: FBExportToSWFParams

PreviewMode

Description

Determines whether a first frame 'preview image' will be shown before the movie starts to play, and whether it will be stored in a separate SWF file.

Syntax

[C#/C++]
public long PreviewMode;

[VB.NET]
Public Property PreviewMode As Long

Remarks

Value

Control bar used

0

No preview image

1

Preview image stored in same "_toolbar" SWF file as the playback controls

2

Preview image stored in a separate "_preview" SWF file

Note: If the SingleSWF property is true and the PrevieMode property is set to either 1 or 2, the preview image is always included in that SWF. See About BB FlashBack SDK Flash Exports for further details about exporting single or multiple SWFs.

See also

FBExportToSWFParams:SingleSWF