Question

I'm trying to add inline images to the htmlText so that they would appear like smileys for a chat conversation. Currently we use htmlText property of a TextField component, i've researched enough on it, they say Air framework ignores the <img tag if given in the htmlText property. so, I cannot use it.

Is there a way to do this kind of feature in flex? have smileys inline to the text? Can we change the htmlText property to accept the <img element?

P.S: We use all mxml components, cannot use sdk 4.6 text flow for this.

Était-ce utile?

La solution

I'm considering textFlow for this. It can convert the htmlText into text flow format. Sounds promising.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top