Hi everybody :)
I have a Main Application ("MainFile") and I want to start another Application (WindowedApplication) when the user clicks on a button. I want to do this via Action Script; Anyone knows how to do it?
I have tried NativeApplication.nativeApplication.initialize() function, but it returns me "Error #1009: Cannot access a property or method of a null object". The application is well defined on Action Script (private var Exc:ExType = new ExType();) so, I dont know why flex always throws me that error :(. Anyone can help me?
Thanks :)