swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Image interpolation/compression problem


From: Matthias Kramm
Subject: Re: [Swftools-common] Image interpolation/compression problem
Date: Tue, 28 Jun 2005 22:30:26 +0200
User-agent: Mutt/1.5.6i

On Sun, Jun 26, 2005 at 11:22:40PM +0200, Lasse Løvstakken wrote:
> 
> Hello Matthias,
> 
> You can download a zip-file containing the files at:
> 
> http://www.ntnu.no/~lovstakk/SwfcProblemFiles.zip
> 
> Hope you can help me figure out this problem, many thanks!

Hm, not sure what causes the Flash player to omit the interpolation
in the file Pdf2SwfOutput.swf (it's back switched on if I extract
the image out of the file with swfextract, even though both the
image data, it's placeobject tag and also the file version remain
the same). 
However, you can switch it off again by adding the following to the
beginning of your swfc script:

.action:
    _quality = "LOW";
.end

(Or, alternatively, the following after the definition and .put
 of movie:
  .action:
      movie._quality = "LOW";
  .end
)

Greetings

Matthias






reply via email to

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