Re: [flexcoders] I need a gzip library to read gzip files on the fly?? is this possible?

2008-07-17 Thread Jon Bradley
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

[flexcoders] I need a gzip library to read gzip files on the fly?? is this possible?

2008-07-16 Thread luvfotography
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,