BB FlashBack SDK: FBExportToSWFParams

ScaleMode

Description

This property determines whether the SWF movie can be scaled during playback.

Syntax

[C#/C++]
public bool ScaleMode;

[VB.NET]
Public Property ScaleMode As Boolean

Remarks

If ScaleMode is false, the SWF will not be displayed scaled, even if the player window is larger or smaller than the originally exported size.

If ScaleMode is true, the SWF will scale to the size of the player, though Flash player scaling is not smooth/bilinear - it can result in low image quality.