----- Original Message ----- From: "David Campbell" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, September 20, 2005 9:15 AM Subject: [Swftools-common] pdf2swf followed by swfcombine - file size issues
> All, > > I am using pdf2swf to convert several PDFs to SWFs and then I use swfcombine > to combine the generated SWF with a 1Kb security SWF. This security SWF has > only a holder movieclip on the root which I place the generated SWF into. I > then have a simple if statement, checking for a particular global object. If > that object isn't available, I remove the holder movieclip on the root. The > problem is that the generated SWFs, which are ~160Kb, turn into 205Kb SWFs > after running swfcombine. Is there any way to prevent this large increase in > size? > > Cheers. > > - Dave > > > > _______________________________________________ > Swftools-common mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/swftools-common Maybe try the -z compression flag and make sure version 6 is being generated? Chris _______________________________________________ Swftools-common mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/swftools-common
