Tagged Questions
1
vote
1answer
953 views
How To Decompress a LZMA Compressed File Using ByteArray Method In As3?
This is the code that I'am using to compress/decompress files :
package {
import flash.display.Sprite;
import flash.events.Event;
import flash.net.FileFilter;
import flash.net.FileReference;
import ...
0
votes
0answers
306 views
LZMA Compression To Protect .swf Files?
I'm a bit new to SWF protection and while googling I found that Sothink SWF Decompiler is used for easy decompilation and can even phrase the .fla file so I got the latest version and found out that ...
0
votes
1answer
114 views
Can you compress AMF objects with LZMA?
I know Flash 11 has native support for handling LZMA compressed swfs, is there a way to use LZMA compression with AMF objects?