FZip, AIRRemoteUpdater Upgraded for AIR Beta 2
Just a quick FYI: FZip and AIRRemoteUpdater upgrades for AIR Beta 2 are now available for download.
FZip now uses ByteArray.uncompress(CompressionAlgorithm.DEFLATE) instead of the now deprecated ByteArray.inflate(). I also tweaked FZip to throw an exception when a parsing error occurs and no event listener is registered for FZipErrorEvent.PARSE_ERROR events.
AIRRemoteUpdater now gets the local descriptor XML via Shell.shell.applicationDescriptor which was added in AIR Beta 2, and uses the upgraded FZip sources.
Enjoy, and please let me know if you run into any problems with this new release.
October 12th, 2007 at 00:35
[...] закончилось хорошо – производительность повысилась, AIR Remote Updater обновился до совместимости с Beta 2, обновление работает. А вот и новая [...]
October 19th, 2007 at 14:13
i keep getting errors with the shell…
1119: Access of possibly undefined property applicationDescriptor through a reference with static type flash.system:Shell.
October 19th, 2007 at 14:34
What do you use to compile? Flex SDK 2 or 3? FlexBuilder 2 or 3? Flash CS3 with or without the AIR kit?
November 30th, 2007 at 14:39
I cannot seem to get the FZip library to work in Moxie (Flex Builder 3). Flex Builder 3 is telling me that the older syntax is right, I get two errors: “Access of undefined property CompressionAlgorithm” and “Incorrect number of arguments” for the byte array’s “uncompress” method. I tried taking out the argument and reverting to the old syntax for CompressionAlgorithm, and Flex Builder thinks it’s ok, but when I compile and test I get runtime errors.
I assume it has something to do with the Flex SDK? Any suggestions?
Great project, by the way.
December 1st, 2007 at 00:48
cahlan: check out this build:
http://codeazur.com.br/lab/fzip/download/fzip_1_0_055.zip
does that fix your problem?
December 12th, 2007 at 20:27
Why do I use FZIP load at the beginning of the runtime errors, some time is not errors, that is the time when the zip open: (
December 12th, 2007 at 20:29
Sorry, I forgot that the development environment
Vista 32
Air beta2
Flex beta2
December 12th, 2007 at 20:32
This version also solve the problem of recurring error, if I cancel following code will not errors
/ / Zip.addEventListener (ProgressEvent.PROGRESS, progress)
/ / Zip.addEventListener (Event.COMPLETE, complete)
If not cancel regular errors
:)
my application:http://www.kelew.com/wp-content/uploads/2007/12/untitled.png
February 15th, 2008 at 06:01
Good morning!
Could you update the library to support AIR beta 3? I’m really use it in my app, so I’ll be glad to see it updated.
Thank you!
February 18th, 2008 at 01:53
[...] (Для тех, кто был на встрече – там обсуждались AS3-библиотеки FZip и AIRRemoteUpdater, их можно найти здесь) [...]
February 21st, 2008 at 01:16
I am getting a runtime error when I use it in Flex3 Beta 3 and AIR Beta3 saying ‘Error: This method is not supported if application is launched from ADL.’.
Is the library updated for AIR beta 3?It’ll be of great help!
Thanks!
February 21st, 2008 at 04:01
Leena, i’ll release a new version of AIRRemoteUpdater when AIR 1.0 is released, which should be very soon.
February 25th, 2008 at 04:00
AIR 1.0 released, we are waiting :)) Thanks!
February 25th, 2008 at 06:44
http://codeazur.com.br/blog/air-remote-updater-upgraded-for-air-10/
June 27th, 2008 at 14:17
Hi Claus,
i think i found the problem so far. The FZipFile.as class in the air remote updater zip file are not the same as in the FZip classes archive.
private var parseState:Namespace = fileHead; ( ;/ )
vs.
private var parseFunc:Function = parseFileHead; ( ;) )
correct me if i’am wrong?
Cheers, Sven from the flexug HH meeting
August 27th, 2010 at 20:05
the fzip-prepare.py error the IO module missing, please help me