Is there a good way to style an unordered list (loaded from XML) in Flash?
- by roleur
I'm loading the XML into a text field as htmlText.
The StyleSheet class in Flash only supports CSS1–which debuted in 1996!–and doesn't support list-style-type or list-style-image. I'd specifically like to substitute an image instead of the default disc for an unordered list.
If you've had success implementing a work-around, I'd love to hear about it!