Back to Devexpress

AllowScriptAccess Enum

aspnet-devexpress-dot-web-1472adfc.md

latest1.1 KB
Original Source

AllowScriptAccess Enum

Lists values that control the ability to perform outbound scripting within a Flash SWF.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum AllowScriptAccess
vb
Public Enum AllowScriptAccess

Members

NameDescription
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.

|

The following properties accept/return AllowScriptAccess values:

See Also

DevExpress.Web Namespace