Opens a browser window to display browser content, or evaluates a browser script.
Security checks:
* Not allowed if the calling SWF file is in the local-with-file-support sandbox and the resource is nonlocal.
Permission mechanisms:
* Policy File—Cross-domain access from local-trust or local-with-networking requires permission from the website
* allowScriptAccess—If request specifies a URL for scripting (such as javascript
:\\), the request fails by default. The containing web page can specify permissions using allowScriptAccess:
* "never"—not allowed
* "sameDomain"—allowed if the calling SWF file is from the same sandbox as the container
* "always"—always allowed
* The default for other cross-domain requests is to allow access.
Error notification:
* SecurityError exception
Partager