Q.
What is the BLUR EFFECT in the FLASH ?l
Asked by anantharaman,
08 Nov '12 08:11 pm
Earn 10 points for answering
Answers (4)
1.
Blur effect in Flash 8 is determined by 3 parameters:
horizontal blur: blurX (0;255) = how much blur you apply on the horizontal; the Adobe specialist recommend the usage of values equal to powers of 2 (2, 4, 8) because the rendering time of the effect is shorter;
AS: [name].blurX;
vertical blur: blurY, same as blurX;
AS: [name].blurY;
quality: Number (0;15) = how many times the blur is applied;
horizontal blur: blurX (0;255) = how much blur you apply on the horizontal; the Adobe specialist recommend the usage of values equal to powers of 2 (2, 4, 8) because the rendering time of the effect is shorter;
AS: [name].blurX;
vertical blur: blurY, same as blurX;
AS: [name].blurY;
quality: Number (0;15) = how many times the blur is applied;
Source: flash filter//
Answered by LIPSIKA, 08 Nov '12 08:13 pm
Report abuse
Useful
(1)
Not Useful
(0)
Your vote on this answer has already been received
2.
1. You need to have Flash Player 8.0 installed to view the Flash animation.
2. You need Flash 8.0 to get the in-built blur filter
Steps to Follow :
Step 1: Import an image and create a movie clip
Open Flash 8.0. Select New/Flash Document.
Import the image you would like to blur by clicking on File/Import to Stage and select the image. ...more
Answered by saranathan Narasimhan, 09 Nov '12 02:53 pm
2. You need Flash 8.0 to get the in-built blur filter
Steps to Follow :
Step 1: Import an image and create a movie clip
Open Flash 8.0. Select New/Flash Document.
Import the image you would like to blur by clicking on File/Import to Stage and select the image. ...more
Report abuse
Useful
(1)
Not Useful
(0)
Your vote on this answer has already been received
3.
Report abuse
Useful
(1)
Not Useful
(0)
Your vote on this answer has already been received
4.
Report abuse
Useful
(1)
Not Useful
(0)
Your vote on this answer has already been received