# Scaling dynamic text

**URL:** https://forum.kirupa.com/t/scaling-dynamic-text/242207
**Category:** Uncategorized
**Created:** [October 23, 2007, 4:41pm UTC](https://forum.kirupa.com/t/scaling-dynamic-text/242207 "2007-10-23T16:41:34Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![natronp](https://avatars.discourse-cdn.com/v4/letter/n/87869e/32.png) [@natronp](https://forum.kirupa.com/u/natronp)
#### Post date: [October 23, 2007, 4:41pm UTC](https://forum.kirupa.com/t/scaling-dynamic-text/242207/1 "2007-10-23T16:41:34Z")

</div>

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:

```auto
myClip.cacheAsBitmap=true;

```

thanks for any help or suggestions!

:stare:
