views:

268

answers:

1

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 :)

A: 

hi there :)

And i have a problem with the same thing and i can't solve it. i want to start a windowed mxml application in a new window when the user clicks on a button in the main application that is running. Can anyone help me??

thanks

Sasko