côdeazur brasil blog

Archive for the ‘Adobe AIR’ Category

FZip updated to 1.0.062

Using namespaces for states didn’t seem to be a good idea, some users experienced weird RTEs when parsing ZIPs with FZip. We now use function references to maintain state which seems to work much better. If you ever got a ReferenceError: Error #1065: Variable parse is not defined. at deng.fzip::FZipFile/parse(), this is very much likely fixed now.

http://codeazur.com.br/lab/fzip/

[Update: Oops.. i had a small versioning accident here.. Latest, good version is 1.0.062, please download that one in case you got 1.0.060 or 1.0.061]

AIR Remote Updater for AIR 1.0

A new version of the AIR Remote Updater (for AIR 1.0 release) is available for download here:

http://codeazur.com.br/lab/airremoteupdater/

The AIR Remote Updater is an Actionscript 3 class to automate remote software updates in Adobe AIR applications.

It transparently checks version numbers, downloads the .AIR installer file if needed and triggers the AIR-native update process. It grabs the version number directly from the remote .AIR file without having to download the entire file, eliminating the potential error prone need of having to put a separate descriptor file online along with the .AIR installer file.