PDA

View Full Version : size of textbox



jazzman121
September 3rd, 2003, 08:28 PM
how do i find out the width of a text box and set a variable with that value??

kode
September 3rd, 2003, 08:30 PM
You use the _width property. ;)
var myVar = myTextField._width;
http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary114.html