Thread
:
trying to strip formatting from input text field
View Single Post
greebzilla
2009-06-28 #
5
I believe it is referencing the text field correctly:
trace( typeof chart_comp_hist); returns string
trace (chart_comp_hist.text); returns undefined
trace (chart_comp_hist); returns the text I input, along with the formatting tags.
I create a text input box, then under the Var field in properties subwindow, gave it the name chart_comp_hist. When refering to chart_comp_hist in another scene, it does display the data properly within the flash file. It just gets this formatting text along with the data when I attempt to send the data from the input box to either a url or to an email.
greebzilla
View Public Profile
Find all posts by greebzilla