BB FlashBack SDK: FBExportToSWFParams

UseSecureDomain

Description

Instructs the SDK to export an SWF file that can only be called from SWF files hosted in domains included in the list contained in the SecureDomains property.

Syntax

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

[VB.NET]
Public Property UseSecureDomain As Boolean

Remarks

SWF files that use the secure domain feature can only be called from SWFs hosted in a domain contained in the SecureDomains property. However, the SWF can still be embedded within webpages hosted in any domain - the SecureCode feature must be used to restrict how it can be hosted in webpages.

SWF files that use this feature require Flash player version 6 or newer for playback.

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::SecureDomains  FBExportToSWFParams::UseSecureCode FBExportToSWFParams::SecureCode