BB FlashBack SDK: FBExportToSWFParams

AS3

Description

Determines whether exports without playback controls and only to a single SWF use ActionScript v3 (ActionScript Virtual Machine v2) or ActionScript v2.

Syntax

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

[VB.NET]
Public Property AS3 As Boolean

Remarks

IF the export is defined to have no playback controls (defined via the AddControlBar property), AND it is to a single SWF (defined via the SingleSwf property) AND the AS3 property = true THEN the exported SWF uses ActionScript 3 and AVM 2. Otherwise it will use ActionScript 2 and AVM 1.
 

See also

FBExportToSWFParams::AddControlBar  FBExportToSWFParams::SingleSwf