I’m not using the Flex libraries or anything from Flash. I’m developing a pure AS3 project in Flexbuilder which I would like to deploy as an AIR application.
What are my options? What’s easiest? I’m having trouble finding a straight answer here.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
rather than creating a new window that doesn’t represent your main application, simply call
stage.nativeWindow.activate();in your main application class.