Calendar

March 2010
S M T W T F S
« Feb    
 123456
78910111213
14151617181920
21222324252627
28293031  

Tag Cloud

Categories

Archives

Recent Posts

Recent Comments

AIR Update Framework

Friday, August 1st, 2008

I have been using the new AIR Update Framework in all of my new AIR applications in place of my UpdateManager that was originally written to handle application updates before the Adobe version was released.

Adobe AIR Update Framework

Tuesday, June 17th, 2008

I have been using my UpdateManager that was originally built during the Apollo alpha and updated along the way for all of my AIR projects. Now, there is finally an official solution provided by Adobe. The new Adobe AIR Update Framework uses the same techniques as my UpdateManager as it uses a remote XML descriptor [...]

everythingflexairlib moves to google code

Friday, April 11th, 2008

I have officially begun to release the source code for my everythingflexairlib.swc. The code will be housed at Google code at http://code.google.com/p/everythingflexairlib/ and is available under the MIT licence.
The 1st file that has been added to the repository is my UpdateManager class. I have also updated this class to prompt [...]