Add reflection effect in your flash project in no-sweat way!
filter = new ReflectionFilter(image.height, 50, 0.5, 3);
image.filters = [filter];
imageHeight
the height of the original image(we need this because pixelbender kernels cannot get the info of the image)reflectionHeight
the height of the reflectionreflectionAlpha
the alpha value at the begin of the reflectionreflectionOffset
the gap between the image and the reflection