Search

 

February 2012
S M T W T F S
« Nov    
 1234
567891011
12131415161718
19202122232425
26272829  

Tags

Archives

AIR Update Framework

Friday, August 1st, 2008

Tweet 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

TweetI 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

Tweet 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 the user when [...]