FlashPlayerScriptAccess
Wisej.Web.FlashPlayerScriptAccess
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Controls the ability to perform outbound URL access from within the SWF file.
Fields
Name | Description |
---|---|
Always | The SWF file can communicate with the HTML page in which it is embedded. This rule applies even when the SWF file is from a different domain than the HTML page. |
Never | The SWF file cannot communicate with any HTML page. Using this value is deprecated and not recommended, and is unnecessary if you don't serve untrusted SWF files from your own domain. If it is necessary to serve untrusted SWF files, Adobe recommends that you create a distinct subdomain and place all untrusted content there. |
SameDomain | The SWF file communicates with the HTML page it's embedded in only when the SWF file is from the same domain. This value is the default value for AllowScriptAccess. To prevent a SWF file hosted from one domain from accessing a script in an HTML page on another domain, use this setting. Or, don't set a value for AllowScriptAccess, |
Used By
Name | Description |
---|---|
Controls the ability to perform outbound URL access from within the SWF file. |
Last updated