BB FlashBack SDK: FBExportToSWFParams

SecureCode

Description

Sets a code that prevents the SWF from being played via a second, third party, SWF.

Syntax

[C#/C++]
public String SecureCode;

[VB.NET]
Public Property SecureCode As String

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.

To embed and play back an SWF exported with this secure code option, it should be called as:

submovie.play(sSecureCode)

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.

Note: be aware that setting UseSecureCode to True will produce SWF files that cannot be played back from webpages.
 

See also

FBExportToSWFParams::UseSecureCode  FBExportToSWFParams::SecureDomains FBExportToSWFParams::UseSecureDomain