tags:

views:

19

answers:

1

I see listed here all html tags supported http://www.devarticles.com/c/a/Flash/Working-with-Text-and-HTML-in-Flash/5/

I can see span but not div ? Is this a mistake ?

+2  A: 

no, it's not a mistake DIV tags are not supported

However you could just replace <span> with <div> or better yet use an html parser library

http://as3htmlparser.sourceforge.net/

Daniel
Thanks for the lib will be very helpfull. It's weird though flash does support span but not div !