Friday, April 11, 2008

Adobe AIR Application Updater Class

Adobe AIR provides the necessary APIs to implement auto-update for AIR application. You can find an as3 class here that checks for updates at an URL and trigger the application update when a new version is available.

Tuesday, April 1, 2008

as3 Password Strength Meter

I was looking for a password strength meter for my Adobe AIR application and found one written in JavaScript here. It was fairly trivial to convert it to as3. You can see as3 version of it here. Right click on the app to view source.