Adobe AIR - listing installed applications
问题 Is it possible to get list of installed AIR applications, optionally only by one vendor? Or, is it possible to check, whether is one application (checked by name/some id/vendor) installed (this method would be preferred) Thank you. 回答1: You can do this: private function loadAIR():void { var loader:Loader = new Loader(); var loaderContext:LoaderContext = new LoaderContext(); loaderContext.applicationDomain = ApplicationDomain.currentDomain; loader.contentLoaderInfo.addEventListener(Event.INIT,