Sometimes it may be useful to cache images locally or provide default alternatives in situations where an AIR application is used offline. Continue Reading →
Over on the Adobe live docs page on embedding fonts and anti-aliasing there is plenty of help on how to go about getting elements looking good. Continue Reading →
Sending messages from the browser and AIR using the Flex localConnection class is fairly well documented. I recently needed to extend this to support multiple instances of the same browser flex application talking to a single AIR app. (Cheers to Dave for this trick!) Continue Reading →
Flex does not appear to have a library that deals very well running out of disk space, and this was a key part of the recent work I did on a download manager. Continue Reading →