claus / as3swf

Low level Actionscript 3 library to parse, create, modify and publish SWF files.
MIT License
526 stars 127 forks source link

Added LZMA support #21

Closed DmitriyYukhanov closed 12 years ago

DmitriyYukhanov commented 12 years ago

Sorry, forgot to remove Capabilities import, will create another pull request!

claus commented 12 years ago

While you're at it, change the default compression = COMPRESSION_LZMA in the constructor to _ZLIB please

DmitriyYukhanov commented 12 years ago

Done (created a new Pull Request just now)!