I am developing an as3 application intended to be published with AIR. I use the 4.6 version of Flex SDK with the flash builder plugin for eclipse. I can launch/debug my app via eclipse without any problems. I export a valid version of the app and get my air installer. When I install and launch my app, I get a blank screen... I don't know how to debug this. It seems that I miss something in the publication configuration but I don't know what. I have been searching the web for hours and didn't find any solution, hope somebody can help me here !
Thanks for any help.
Application?WindowedApplication? I've experienced this issue before when usingApplication, but it always seems to resolve itself when usingWindowedApplication. - Josh