I've noticed that there are certain AIR options that don't work in the flash test player (the one that previews movies when you Ctrl + enter).
One example is NativeApplication.startAtLogin.
If it is called from the standalone player (double clicking on the swf file, for example) it works, but if i test it on the flash ide it will throw an error.
Is there a way to detect if I'm testing the movie in the ide and so avoiding to use that property?