January 2008
Intermediate to advanced
574 pages
10h 25m
English
In order to run ' + _appName + ', this installer will also set up Adobe AIR'.
'; } else { root.statusMessage.htmlText = 'In order to run this application, ' + 'this installer will also set up Adobe AIR'.
'; } break; case 'unavailable' : root.statusMessage.htmlText = 'Adobe AIR' is not available for your system.
'; root.buttonBg_mc.enabled = false; break; } }The code sets the global _air variable to the main class of the loaded air.swf file. This class includes the following public methods, which the badge.swf file accesses to call seamless install functionality:MethodDescriptiongetStatus()Determines whether the AIR runtime is installed (or can be installed) on the computer. For details, see Checking if the AIR runtime is installed.installApplication()Installs ...Read now
Unlock full access