View Single Post
greebzilla greebzilla is offline 2009-06-28 #5 Old  
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.
Reply With Quote