8/31/2010 1:25:41 AM
Title:
check air appliction is installed in my computer
Hi.
I want to check in my computer Air application is installed or not ( action script 3.0).
Note: (Air application is user define)
Example: Suppose Air application is not installed in pc then massage show “Air application is not available”. If adobe Air application is already installed. Then massage show “ Air application is already available .
Tell the logic in oop s language (action script 3.0).
Kiney
Points: 530
Posts:0
8/31/2010 3:28:34 AM
AIR applications are installed using the AIR installer which is not so much configurable. The actionscript is executed after application is installed, so actionscript will not work in this case.The Adobe AIR installer will prompt you itself if the application is already installed. And the messages are not configurable.