Calendar

September 2008
M T W T F S S
« Aug    
1234567
891011121314
15161718192021
22232425262728
2930  

Tag Cloud

Categories

Archives

Highest Rated

Most Viewed

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.

a2a_linkname=”AIR Update Framework”;
a2a_linkurl=”http://blog.everythingflex.com/2008/08/01/air-update-framework/”;
a2a_show_title=1;

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 [...]