Hello
I have two separate problems using pdf2swf.
Problem 1:
I have a few pdf files that fails on converting page nr 1024. When
extracting page 1024 to separete pdf the conversion works fine...how
come?Can i do anything about this? ( I use a command like :    pdf2swf
file.pdf -o %.swf     for converting pages to separete files for use in a
custom viewer   )

Problem 2:
I have some other pdf files where i get this message on some specific
pages:xpdf reports document as brokenWhat to to...?
Any help or tips is greatly appreciated

( Sorry about last mail with wrong subject)

/Mikael


--------------------------------------------------
From: "Matthias Kramm" <[email protected]>
Sent: Thursday, November 19, 2009 9:05 PM
To: <[email protected]>
Subject: Re: [Swftools-common] png2swf Security.allowDomain

On Wed, Nov 18, 2009 at 12:45:40PM +0000, Adam Perry <[email protected]> wrote:
I have been evaluating the excellent "swftools" suite, which looks to
be an extremely useful tool! In particular I am looking at png2swf and
jpg2swf.  I want to create a Flash 9 movie, but need to set
Security.allowDomain("*") !

Try compiling the following script with swfc:

.flash version=9
   .png image "image.png"
   .put image
   .action:
Security.allowDomain("*")
   .end
.end

Matthias






Reply via email to