Is it possible to determine if Adobe AIR app is running from browser?
So I want to check if app is on, how to do such thing?
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.
Take a look at the things you can do with a custom AIR install badge. You can’t necessarily detect that a given AIR app is running, but you can detect whether or not it’s installed, and either install or launch (if already installed) from the browser. If the app is already running, it will receive the ACTIVATE event.
There’s a post about it from Adobe here: http://www.adobe.com/devnet/air/articles/badge_for_air.html