Ok, thanks. And what about the If-Modified-Since header? Is it honored by Flash's sendAndLoad()? Does anybody please have an AS-code snippet using that header?
Regards Alex On 1/4/06, Weyert de Boer <[EMAIL PROTECTED]> wrote: > What I always understood about the working of the Flash player is that > most requests (i..e not streams) get redirected to the browser to handle > the downloading etc. I f this is correct you should be able to use > messages compressed with gzip. Because this is supported by the browser. > >I'm new to Flash, but plan to develop an web-chat-alike > >Apache module which would communicate with a Flash client > >through sendAndLoad() (i.e. exchanging short messages > >in application/x-www-form-urlencoded format). > > > >>From the docs/books I've understood that SSL communication > >is mastered by Flash transparently (i.e. just call https://... instead > >of http://... and the browser will handle it for you). > > > >Is it the same case for gzipped content (like coming from > >mod_gzip or if I gzip the messages myself in my Apache module)? > >Or would I have to use onData() or similar and uncompress > >gzipped content myself in the Flash application? _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

