A simple to use Distortion filter. In little code
var df:DistortionFilter=new DistortionFilter(targetMc);
df.start();
You obtain an editable distortion effect, applicable to displayobject in general (that can contain animation, text, images, videos etc).
Various combination possible, editing frequency, duration and strength.
Attached sample and basic documentation.