BB FlashBack SDK: FBExportToSWFParams

ShowFullScreen

Description

Determines whether to show the fullscreen button control on the exported SWF control bar, if the AddControlBar property is set to true. This allows the user to display the movie in fullscreen mode.

If the fullscreen option is offered to the user, Flash player version 9.0.28.0 or later is required.

Syntax

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

[VB.NET]
Public Property ShowFullScreen As Boolean

Remarks

The properties of FBExportToSWFParams are passed to the exported SWF via FlashVars. For more details, see Passing Parameters to Flash Exports.

Setting ShowFullScreen to True creates an additional parameter in the embedding HTML of the form
<param name="allowFullScreen" value="True">

See Also

FBExportToSWFParams::ShowAutoHide  FBExportToSWFParams::ShowFBLogo  FBExportToSWFParams::ShowVolumeBar    FBExportToSWFParams::ShowTimer  FBExportToSWFParams::ShowTimeline  FBExportToSWFParams::ShowNextPrev