I need to open popup window in my flex / air application that will be displayed like normal application window. All I could manage is to open a window which is displayed inside my main flex window.
Is it something like that possible, and is there some workarounds if not?
For a Flex application, you’ll want to use mx.core.Window. For a non-Flex ActionScript application, you should use flash.display.NativeWindow.