AIR Examples


AIR Thumbnail

List Directory with AIR in Flex 4

(preview)
List Directory with AIR in Flex 4

As you probably know already, with AIR you have access to the local file system. The following example shows you how you can list the contents of a directory with AIR in Flex 4. Besides showing filenames, I also want to display the icon associated with the file. In AIR you have access to some default... Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)
Loading ... Loading ...

February 2, 2010 | Leave a Comment

AIR Thumbnail

Save Data to File System with AIR in Flex 4

(preview)
Save Data to File System with AIR in Flex 4

If you know Flex, you’re probably fimiliar with AIR (Adobe Integrated Runtime) as well. When developing AIR applications, you will get your hands on some additional functionality that can be very useful. One of which is the ability to read / write files from the file system. Combining this functionality... Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading ... Loading ...

January 31, 2010 | 1 Comment

AIR Thumbnail

Create Tiny url Air App

(preview)
Create Tiny url Air App

You can create a Flex tiny url creator application using our explanation on one of our other pages. But if you just want a nice tiny url creator desktop application, download our Adobe Air version. You can copy paste your long url into the app, and get a nice short url back from http://snurl.eu And if... Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

December 27, 2009 | Leave a Comment

AIR Thumbnail

Twitter Search with Flex Builder

(preview)
Twitter Search with Flex Builder

If you are building a flex Twitter app there are some things you just cannot create this app without. Especially this function. It’s a twitter search function build with Flex Builder. Let’s say you want to let your application users search for twitter friends. Well with this function that... Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

December 7, 2009 | Leave a Comment

AIR Thumbnail

Connect to Twitter from AIR example

(preview)
Connect to Twitter from AIR example

So everybody’s using Twitter now, so i thought it might be cool to write a small example to show you how you can connect to Twitter from an AIR application. The first thing you need is an API to connect to Twitter. I’m using TwitterScript in my example so if you want to follow along with... Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (4 votes, average: 5.00 out of 5)
Loading ... Loading ...

November 10, 2009 | 2 Comments