How Supported is the TextField.htmlText property?

I’m working on a text game using OpenFL and I’m getting mixed results with the htmlText field of the TextField class. I’m curious how similar/different it is from the same one in flash. In Flash you could set up hyperlinks in text that would trigger a TextEvent. Will that still work in OpenFL?

Right now only basic HTML text is supported, to help change the color or size of the text, and perhaps the font, but underline and hyperlink (I think) are not supported yet

Alright, shoot. I was planning to use hyperlink to an event trigger. I’ll have to figure out something else then. Thanks.

underline is supported too.
TextEvent is only supported on flash target.