swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] SWF files scaled incorrectly


From: Matthias Kramm
Subject: Re: [Swftools-common] SWF files scaled incorrectly
Date: Thu, 10 May 2007 22:30:30 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

On Wed, May 09, 2007 at 10:19:50AM -0700, Ted Chen wrote:
> I'm experiencing the same problem, i.e. when loading the pdf2swf
> generated pdfs, MovieClip.loadMovie() gets a dimension that includes a
> lot of white spaces at borders.  It happens to more than 20% of my
> pdfs.  Which box dimensions are read, when loadMovie() is called?  I
> tried swfbbox, but it does not fix the problem.  I posted the same
> question last month.  Does anyone have any workarounds?  Matthias, do
> you have any ideas or suggestions?

Usually, this can be fixed with
    swfbbox -O -c file.swf -o file.swf
.
The "-c" option is important, as it will correct the bounding boxes in
a way that MovieClip.loadMovie() sees the correct dimensions.

Greetings

Matthias





reply via email to

[Prev in Thread] Current Thread [Next in Thread]