Archive for 'AIR'

Every had a problem with Adobe AIR caching your HTTP requests? Read on…

Ever wished there was a way to force app updates using the ApplicationUpdaterUI? Now there is.

A quick example of how to tell when an AIR application is running in debug mode. Allowing you to stop costly tasks when doing so.

Extract files in AS3 (AIR)

Oct. 16, 2008 2 Comments Posted under: AIR, Development, Flex

A little code snippet, to extract an array of files from folder(s) in AIR.

Using Bindable variables and properties in Flex (Action Script 3) is great, it saves a huge amount of time adding events left right and center. However today I had a problem where I wanted to use a setter for a variable. In order to do this I made it private and used a getter and [...]