How to reduce file size in swf files?

2

I'm trying to reduce the file size in a swf file that is 17 MB in Ubuntu 14.10. I tried using swftools and avconv. When I did

swfcombine -dz file.swf -o file_new.swf

swftools only managed to compress to 15 MB and avconv loses audio. What can I use to generally make swf files smaller in filesize?

user1766555

Posted 2014-12-23T00:05:46.280

Reputation: 131

No answers