I'm loading the XML into a text field as htmlText.
The StyleSheet
class in Flash only supports a subset of 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!