swftools-common
[Top][All Lists]
Advanced

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

[Swftools-common] SWFC: using blur effect loses effect with each zoom st


From: jan bahnsen
Subject: [Swftools-common] SWFC: using blur effect loses effect with each zoom step
Date: Thu, 11 Dec 2008 20:38:44 +0100

Hi all,

I am using SWFC to create a blur effect for SWFs, to hide this content
from not-registered readers.

I noticed though, that the further you zoom in, the clearer the text
gets, until you can finally read it ok.

what i require is a method where the text stays unreadable. Does
anyone have a suggestion for this?

this is the code i am currently using for this:

.flash filename="blur.swf" version=8 fps=1
   .swf abc00 swf_input.swf

     .box area width=500 height=800 fill=white
     .put area
                
                .font arial "fonts/Arial.ttf"
    .blur myblur2 blurx=5 blury=5 passes=3      

                .put abc00 filter=myblur2

    .frame 1000
.end

best,

jan bahnsen.




reply via email to

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