I know I can include a swf in an Adobe AIR application, and communicate between the two with localConnection, but is there a better way to have the swf communicate with the application containing it?
Share
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.
You can embed the SWF in the AIR application and instantiate the classes inside the SWF within AIR application.
Embedding with Flash
Embedding Assets in AS3