Skip to main content
A newer version of this page is available. .
Tab

AllowScriptAccess Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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:

Remarks

The values listed by this enumeration are used to set the FlashObjectProperties.AllowScriptAccess property’s value.

See Also