BB FlashBack SDK: FBExportToSWFParams

NotScaleInFullScreen

Description

If this is set to True, when the movie is played in fullscreen mode (i.e. when the user clicks the 'fullscreen' button during playback) it does not scale to fit the PC screen, but remains at the exported dimensions and the screen is padded with white.

If set to False, the movie scales to fit the screen when in fullscreen mode, as seen on YouTube and similar video hosting services.

Syntax

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

[VB.NET]
Public Property NotScaleInFullScreen As Boolean

See Also

FBExportToSWFParams::ShowFullScreen