Reflection Class
Reflection effect is not something new but I accept that is effective and cool. For my current project I need it a Reflection effect. I found two on internet, but I had problems while I am trying them. One of them made problem for dynamic creation, and other one had problem with size of effect when were scaled down. If movie clip was 400×300 and scaled down to 200×150 it was creating normal size of effect and that was a huge problem. Because of those two problems I write my own Reflection class. It works fine for now but I may add some more functionality in future. If you need or just want to try you can download source code and you can use it for free. You can use example or read the below for detail and usage;
Name of class is Reflection and when you create Reflection object all you need is giving the object name which you will apply effect;Reflection object gets 4 parameter. First one is required and of course first one is name ob movie clip that you want to apply effect.Second is alpha parameter, basically defines opacity of reflection. Default value is 0.6, minimum value its get is 0.0 and maximum is 1.0.Third parameter defines ratio of effect. This parameter will help you to select how much of reflection you want to create. Default value is 155, minimum value its get is 0.0 and maximum is 255.Last parameter is distance of effect from the object. Default value is 0, and you can make negative or positive. There is no minimum or maximum value for this parameter. This is up to you and how you want to show your effect.Of course is enough if you give only name of movie clip that you want to apply reflection. Other parameters will be set it as default parameters.
If you want to remove reflection you can use the removeEffect() method;
Source Codeshttp://enginyoyen.com/blog/tr/wp-content/uploads/2008/11/reflect.rarTake CareEngin!

