Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Has anybody successfully compressed text data using php and then
decompressed using AS2? I've tried this using a php lzw script by Jakub
Vrana and an AS2 lzw script by zeh.com, but the data doesn't seem to
decompress all the way. I wonder if it has to do with the way the data
is encoded on the server. I'm writing the compressed data to a text
file using fwrite, then I use LoadVars.onData to get the text. Jakub's
decompress script is asynchronous. It seems like it's only
decompressing part way.
_______________________________________________