Skip to main content
Tab

AllowScriptAccess Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum AllowScriptAccess

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