Hi
I have this code to open an html window from air : _win = HTMLLoader.createRootWindow(); _win.load(new URLRequest("d:/Content/testEnvironment/bin/index.html"));
this however does not open a real html window but an air window ( i think ) my problem is that when running a swf in this window it does not pop up the error messages even though when running the real html window in IE it does .
What should i do to fix this ?
Thanks