Blur Text That Appears In The Text Box :D

HI all!!

I am helping my friend with his site and we got a problem.

He wants to have something like that on his website, but not for the picture, but for a text that appears into input textbox after pressing the button -------------------------- > exsample http://www.kirupa.com/developer/mx2004/animated_blur.htm

I really want to know if it is possible :smiley:

If anyone can help we would be very happy :D.

This is code of the button if press that appears word Music into inputtextbox

on (release) {
_root.contents.loadMovie(“performance news.swf”);
_root.tex = ‘Music’;
}

We want that text to blur (like that picture in that tutorial ) while it appears.

THANK U ALL FOR IDEAS AND HELP :smiley: