The adjustable settings really make this file special, Icaro, great job! 
Turn an image ( gif, png, swf with transparency ) or a Movieclip into a mirror and/or water effect. Useful for banners, buttons, logos, galeries, etc . Only code, without more necessary elements. Very easy to configure with parameters.
The Package includes 4 simples FLA for mirror, water, water&mirror and this demo FLA with simple help.
Recent Files:
Posted 4 months ago
The adjustable settings really make this file special, Icaro, great job! 
very easy to use and very effective. No help file but we just need to change the name of the liaison movieclip or image to get the effect. It finally became easy to have a mirror effect. The bonus is the effect water… 5* . It’s a true flash8. no problem to open with flash8 : ouf !
Posted 4 months ago
A fabulous piece of work! This component is a must have for any library! First – this is truly an excellent buy! – I got it at $8.00. – Second, You may ask the Den Masters to think about 10.00 for this. This is a strong component work and deserves it! I can imagine how long it took you to get to this version of it.
Keep up the good work – x
Posted 4 months ago
My favorite body of water effect. I like that the ripples/waves are bigger towards the camera, I haven’t seen this before. I wish the commenting was better for learning purposes but i did get my pictures in and eventually figured out some customization.
Thanks for this.
Posted 4 months ago
How does this work for movieclips? i tried to a sample movie clip but nothing shows up. Is there something else that I need to do to the actionscript?
Posted 4 months ago
Gorgeous_Eaux:
The MovieClip has to be attached from the library, no from the stage. No instance named. Use his name of linked. Else you know like to do so, he uses F1 in Flash for linkage library. Is simple.
Posted 4 months ago
I have set linkage to my movie clip but it doesn’t animate (it it still like bitmap) when test it with the water effect? Do I need to change the actionscript to get my movie clip playing?
Thanks.
Posted 3 months ago
The code ariginal uses static (as frame 1 image) MovieClips for the Water&Mirror effect.
If it is wished to use dynamic MovieClips, he is happy just to make the following changes in the code:
The Instruction:
mc0.removeMovieClip();
is changed for:
imgB = new BitmapData(mc0._width, mc0._height, true, 0); mc0._visible= false;
And inserting these four lines at the beginning of function fluid():
function fluid(){ img3 = imgB.clone(); img3.draw(mc0); img.copyPixels(img3, imgB.rectangle,null); mirror(sal1);
That’s it.
Now we will have the reflections and the mirror animated. 
For any other question to send me a email
Posted 3 months ago
How do I change photos, I am making a site for a bay area client, and want to use the bay bridge?
Posted 2 months ago