AllowScriptAccess Enum
Lists values that control the ability to perform outbound scripting within a Flash SWF.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
Name | Description |
---|---|
SameDomain
|
The outbound scripting will be available only if the SWF file is served from the same domain and hostname as its surrounding HTML file. |
Always
|
The outbound scripting will always succeed. |
Never
|
The outbound scripting will always fail. |
Related API Members
The following properties accept/return AllowScriptAccess values:
See Also