Tagged Questions

1
vote
0answers
82 views

Center static textfield with jsfl: strange results

Using Flash CS3, I'm trying to center a static textfield with jsfl after I've altered its text, like so: textElement.setTextString( text ); fl.outputPanel.trace( 'text width: ' + textElement.width ...