alernon
03-07-2007, 05:14 PM
I'm having problems with textInputs on my movie. whenever I try to
trace(mytextinput.text), instead of getting the value typed, in I get a bunch of formatting data:
<TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#0B333C" LETTERSPACING="0" KERNING="0">MY TEXT INPUT</FONT></P></TEXTFORMAT>
How do I just get the value of what's typed into the text input component?
trace(mytextinput.text), instead of getting the value typed, in I get a bunch of formatting data:
<TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#0B333C" LETTERSPACING="0" KERNING="0">MY TEXT INPUT</FONT></P></TEXTFORMAT>
How do I just get the value of what's typed into the text input component?