I’m updating an old Flash file and I’m pulling some dynamic text into a text box, but I’m having a really, really hard time trying to get it to resize the width so it always fills the box, which is 170 wide.
Does anyone have some advice?
myText.textWidth=170;
myText.width=170;
myText._width=170;
none of it seems to work.