1

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!

user280587
  • 68
  • 1
  • 6
  • 1
    It is true - flash supports only css1. There is however one thing you could try - you could loop trough all
  • and append a picture at x,y coordinates of each begining
  • .
  • – easwee Apr 06 '10 at 14:14