swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] SWFC: using blur effect loses effect with each zoo


From: Chris Pugh
Subject: Re: [Swftools-common] SWFC: using blur effect loses effect with each zoom step
Date: Sat, 13 Dec 2008 19:35:59 +0000

Using the example from the swfc manual as a starting point ..

.flash filename="blur.swf" version=8 fps=50 bbox=200x200
    .font arial "fonts/tahoma.ttf"
    .blur myblur1 blurx=57 blury=57
    .textshape abc text="BLUR" font=arial size=100%
    .filled fabc outline=abc line=2 color=blue fill=white
    .sprite mysprite
        .put fabc pin=center x=100 y=100
        .frame 1
    .end
    .put mysprite filter=myblur1
    .frame 2
.end

The text eventually becomes to big for the bounding box, and thus
unreadable.  Experiment!

Does that help at all?


Chris.

>2008/12/11 jan bahnsen <address@hidden>:
> 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]