BB FlashBack SDK: FBExportToSWFParams

ExportZoomPanInfo

Description

Enables export of ZoomPan area information in each frame of the SWF that contains an active ZoomPan rectangle.

Syntax

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

[VB.NET]
Public Property ExportZoomPanInfo As Boolean

Remarks

When this property is set to true, and the exported movie contains ZoomPan objects, each frame of the movie in which a ZoomPan affects the view contains ActionScript that describes the size and position of the ZoomPan rectangle.

The ActionScript sets these 4 variables to pixel values:

ZoomPan_XPos
ZoomPan_YPos
ZoomPan_Width
ZoomPan_Height

See also

The FBZoomPanProperties class