Is it possible to use HTML tags in s:Label? If so, is it possible to assign a string with HTML tags to the label's text property via data binding? I can't get <li> tags to work.
(Edit:)
I tried an s:RichText but it barfs on <li> tags. All I want to do is show a simple bulleted list that is loaded dynamically. Won't Flex do this?