Nochump's AS3 Zip Library.

http://nochump.com/blog/?p=15

Be careful with large zip files though, because you'll get script timeout errors.

Any zip greater than 1 MB or more will generally cause problems unless you modify the source to decode zip entries in chunks, rather than in a whole mess of loops. I've modified it and have had very good use out of it.

I think this will hangle .gz files fine.

cheers,

jon



On Jul 16, 2008, at 5:42 PM, luvfotography wrote:

I need a way to read a gzip file 'http://www.myhost.com/myfile.gz'
Is there a way to do this?
I found a library for air, but I need it for flex.
http://weblogs.macromedia.com/mchotin/archives/2004/11/ enabling_gzip_c.html
thanks,

Reply via email to