as question!
as question!
Out of context: Reply #27
- Started
- Last post
- 70 Responses
- UndoUndo0
take out the tarce() part
and the you can put
_root.MYtextfiledName.text = mystring;
(not html)
or
_root.MYtextfiledName.htmlText = mystring;
(html)
FYI trace send it to the putput window - its used to find errors in the script.