AS3 - Is there a minimum file size that is recommended for data compression?
Users can send a message from a Flash based app to a friend via PHP. The
message can be up to 3000 characters long. Should I use a compression
method (e.g. ByteArray) to send the message string or does it make no
sense because it's too small?
No comments:
Post a Comment