InsertFlashContentScriptAccess Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

The AllowScriptAccess parameter in the HTML code that loads a SWF file controls the ability to perform outbound URL access from within the SWF file.

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public enum ScriptAccess
Members

  Member nameValueDescription
Always0 The SWF file can communicate with the HTML page in which it is embedded even when the SWF file is from a different domain than the HTML page
SameDomain1 the SWF file can communicate with the HTML page in which it is embedded only when the SWF file is from the same domain as the HTML page. This is the default value for AllowScriptAccess. Use this setting to prevent a SWF file hosted from one domain from accessing a script in an HTML page that comes from another domain.
Never2 The SWF file cannot communicate with any HTML page. Using this value is deprecated and not recommended, and shouldn’t be necessary if you don’t serve untrusted SWF files from your own domain. If you do need to serve untrusted SWF files, Adobe recommends that you create a distinct subdomain and place all untrusted content there.
See Also

Reference