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.