[osflash] AS3 File Zip & Unzip utility
Ian Thomas
ian at eirias.net
Thu Aug 3 17:42:43 EDT 2006
Hi Jim,
Have you considered looking at using the HTTP 1.1 zlib compression
built into the browser?
http://www.websiteoptimization.com/speed/tweak/compress/
It's just a question of setting the right headers and then (obviously)
sending compressed content; the browser should take care of the
decoding for you before it gets anywhere near Actionscript.
AFAIK all modern browsers support it.
Hope that's helpful,
Ian
On 8/3/06, jim <jim at eltanno.com> wrote:
> Does anyone know if it would be possible to zip & unzip files directly in
> Actionscript 3? I am looking for a way to reduce download sizes of assets
> loaded at runtime.
>
> I have had a quick hunt on sourceforge & codeprojct but before I dig into it
> any further I was hoping someone else might have had a similar idea and know
> of an open source zipping utility that I could look at porting the code
> from.
>
> Jim
>
More information about the osflash
mailing list