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.

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top