Caching gotcha in AIR
Oct. 2, 2009 No Comments Posted under: AIR, ActionScript, Development, Flex
Every had a problem with Adobe AIR caching your HTTP requests? Read on…
Oct. 2, 2009 No Comments Posted under: AIR, ActionScript, Development, Flex
Every had a problem with Adobe AIR caching your HTTP requests? Read on…
Sep. 2, 2009 4 Comments Posted under: AIR, ActionScript, Flex
Ever wished there was a way to force app updates using the ApplicationUpdaterUI? Now there is.
Jul. 7, 2009 No Comments Posted under: AIR, ActionScript, Development, Flex, Technology
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.
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.
Apr. 24, 2008 No Comments Posted under: AIR, Development, Flex
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 [...]