On 2/3/06, Henrik Lindahl <[EMAIL PROTECTED]> wrote: > Hi, > I wonder if anyone knows of symmetric string compression librarys for AS. > What I'm looking for is functions to compress a string of about 4000 > characters to something like 1000 and then be able to recreate the > original string. A symmetric String codec?;) > > Can this be done efficiently in AS2? > > Oh, and the encoded string must be displayable in a web browsers url;)
i just came across this package: http://osflash.org/ascrypt contains LZW compression, among other useful stuff. hth, mark -- http://snafoo.org/ jabber: [EMAIL PROTECTED] _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
