Is there a tutorial on how to launch an Adobe AIR application from a browser?
3 answers
Have you tried using the icon installer? An icon installer is a piece of flash memory that you put on a web page and when the user clicks on it, it installs the given AIR application (and runtime, if needed). However, I believe that if the app is already installed then clicking the icon installer simply launches the app. So the same Flash snippet will install the app for everyone who doesn't have it, and launch the app for the people who do it.
The tutorial is here .
Edit: I am assuming that you are trying to launch an application that the user has already installed. If you want to use an app for a user and run it without installing, then as pinnaclear says, this is definitely not possible.
0
a source to share