Application Sandbox Content
ExtJs
Has access to AIR APIs:
Use of
eval()
and other string-to-code techniques are limited. — the following throws an exception because is executed after onload fired:
Read more about these restrictions:
http://www.adobe.com/go/airhtmlsecurityfaq
.
Can only load JavaScript files from the application resource directory.
XMLHttpRequest object can reach into remote domains — the following loads http://www.adobe.com:
Read more about developing AIR Applications with HTML and Ajax:
http://www.adobe.com/go/learn_air_html
.