BB FlashBack SDK: FBExportToSWFParams

UseSecureCode

Description

Instructs the SDK to export an SWF file that cannot be played via third party SWFs.

Syntax

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

[VB.NET]
Public Property UseSecureCode As Boolean

Remarks

The SecureCode property contains a user defined string that must be passed to the play() method of the SWF in order to play it back successfully. In this way, the exported SWF cannot be embedded and played back in a third party SWF.

For details of how the SecureDomains and SecureCode properties work together to set restrictions on exported SWF usage, see Using the SecureDomains and SecureCode features.
 

See Also

FBExportToSWFParams::SecureCode  FBExportToSWFParams::SecureDomains FBExportToSWFParams::UseSecureDomain