check http://www.adobe.com/devnet/air/articles/badger_for_air_apps.html Badger is a Flex application built on AIR that enables developers to easily create install badges for their applications. once you have created a badges you can deploy it on your website www.xyz.index.html then call Bala code for the installation.
On Jul 6, 2:28 pm, flex <[email protected]> wrote: > but how can we check is it already there > and can we open or launch application from client's machine? > > On Jul 6, 12:21 pm, bala subramanyam <[email protected]> wrote: > > > > > <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"> > > <mx:Script> > > <![CDATA[ > > import flash.net.*; > > public function openNewWindow(event:MouseEvent):void > > { var u:URLRequest = new URLRequest("http://www.adobe.com/flex"); > > navigateToURL(u,"_blank"); } > > ]]> > > </mx:Script> > > <mx:Button label="Open New Window" click="openNewWindow(event)"/> > > </mx:Application> > > -- > > > here you put your air application url in new url request it will > > automatically download the air application > > > Happy Programming > > Baluvasireddy- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

