Andrew Powell

Into The Mind of A Solutions Architect

Andrew Powell

Taking Flex To The Desktop: Browser to AIR

May 2, 2008 · 2 Comments

I was having a conversation with Charlie today at lunch and we were talking about how easy it is to take an application from the browser to the desktop with AIR.  I decided that I should give you an example of how easy it is to do this.  My hotel search and call application is a good place to start.  I created a new AIR project in Flex Builder and copied the source from the Hotel Search & Call app into the project.  I copied the code from the KayakHotelSample.mxml into the main file for the AIR project.  I then changed the "mx:Application" tag to "mx:WindowedApplication" and ran the application within adl (the AIR debugger).  The app ran flawlessly the first time.  One tag is all it took to migrate a Flex app from the browser to the desktop.

Download the AIR package 

Tags: Flex · General · Adobe · Universal Mind · AIR · XML

2 responses so far ↓

  • 1 Dizisi // May 2, 2008 at 5:04 PM

    Thanks
  • 2 flex developers // May 7, 2008 at 10:52 AM

    I interested in Flex.<br />Thank you for useful and high-quality information!

Leave a Comment