on(release){
myBlur = new flash.filters.BlurFilter(50,50,1);
circle_mc.filters=[myBlur]
}

did not work... checking out the thred you've linked