HTML in AS -- Flash
HTML in AS -- Flash
Out of context: Reply #1
- Started
- Last post
- 1 Response
- skelly_b0
you need to do something like this.
textFieldName.htmlText = true;
textFieldName.text = "your text from feed here";This is assuming you are giveing the field an instance name and not a variable name.