Non-Application Sandbox Content
Loaded from application resource directory into non application sandbox via an iframe with the following attributes:
src="SampleUI.html"
sandboxRoot="http://example.com/"
documentRoot="app:/"
Behaves like content in a network sandbox — can call
eval()
without restrictions, can load remote JavaScript files, etc:
Does
not
have access to AIR APIs — the following throws an exception:
Can call functions from the application sandbox exposed by the developer via the sandbox bridge:
Can expose functions to the application sandbox via the sandbox bridge.