Hi,
I have an Adobe Air Application opening a Window from menu tray. The html content have a javascript code doing alert(window.nativeWindow) on load.
- It works fine with an embeded html static file
- It do not works with a JSP called file
I have correctly included AIRAliases.js. Is there restriction about nativeWindow ?
My goal is to:
- Open a JSP file with a Form
- Submitting the Form to itself
- If ok, hiding the nativeWindow
But it seems nativeWindow is undefined. And window.close() did nothing