HTML in AS -- Flash
HTML in AS -- Flash
- Started
- Last post
- 1 Response
- pushme
Ok..i'm brain dead. Today is my last day at my job adn I need to parse an rss feed and write in a a href tag that wraps around the text from the feed. How do i do that?
- 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.