sorry if im being to late but just for sharing out info...
it is known that normal way to make fade out object is by using motion tween but if u know how to do it with as (actionscript) that i will reduce your file size about 75% more or less..
just convert your text to movieclip and asign as for it...
onClipEvent (enterframe) {
this._alpha-=10;
}
that it...
