Hudson,

>> The dramatic reduction in file size is likely due to the zip
>> compression applied to a SWF. Is this data being sent over a network?
>> If so, you might want to try enabling gzip compression on the server
>> (i.e. in Apache's httpd.conf or a .htaccess file) to get a similar
>> reduction in data size.
>>
>> --
>> Steve Webster
>
> Steve, I meant to ask this earlier... if gzip is enabled on the
> server, then what does the decompression? The browser? If so, are all
> browsers capable of this? Sorry for the somewhat off-topic subject.

Yes, the web browser handles the decompression. The key is that the  
browser tells the server whether or not it can accept gzip-encoded  
data as part of the headers sent with a request, and apache will only  
gzip data for browsers that say they can accept it. PHP also has gzip  
capability, and I would assume that other server-side languages do too.

Cheers,

Steve

-- 
Steve Webster
http://dynamicflash.com



_______________________________________________
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org

Reply via email to