Tweenerの最新版でフィルタ系の特殊プロパティが対応されていた。
最新版はSubversion経由で。
http://tweener.googlecode.com/svn/trunk/

tweener – Google Code

# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://tweener.googlecode.com/svn/trunk/ tweener-read-only


– 使い方

/* ActionScript2 */

import caurina.transitions.Tweener;
import caurina.transitions.properties.FilterShortcuts;

FilterShortcuts.init();

Tweener.addTween(this._targMc, {_Blur_blurX: 100, time:2});

– 参考サイト
Tweener 1.31.66 を試す(1)