Hi all, Is it possible to load a air app in another air app... What I am trying to do is : I am loading a swf compiled using air runtime inot another air application. it did get loaded successfully ... But the problem is that.... it does not keep the maximize state of the parent appliction
in my code: this.nativeWindow.maximize(); loadswf(myswf) // another window application swf // the result is i see the final window....of the size loaded swf.. i have to click on maximize button to restore the state. Any help! Regards PS

