Scaling dynamic text

i’ve got a relatively simple flash movie with dynamic text box that gets scaled up/down via the tween class.

it works fine, but the text seems to reflow when the d text box scales. i thought maybe cacheAsBitmap would help. either i’m not using it correctly, or that’s not the solution… (?)

check out the .swf file.

after my dynamic text loads, i just use:

myClip.cacheAsBitmap=true;

thanks for any help or suggestions!

:stare: