Is there a good way to style an unordered list (loaded from XML) in Flash?
        Posted  
        
            by roleur
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by roleur
        
        
        
        Published on 2010-04-06T00:07:35Z
        Indexed on 
            2010/04/06
            0:13 UTC
        
        
        Read the original article
        Hit count: 698
        
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!
© Stack Overflow or respective owner