Copy link to clipboard
Copied
Hi,
In adobe flash actionscript 3.0 I want to create a chatting text application. I need to insert smiles inside the text box.
I want the output on the text field like this "Hi how are you?" how to do this?
When i try htmlText :
txt.htmlText="hi"+"<img src='http://findicons.com/files/icons/2103/discovery/32/face_smile.png'>"+"how are you?"
Its working but the smile is not between the words...how to fix it?
Or
I want to insert a movieclip inside a text box... and when i start type it should type after the movieclip. How to do this.
Thanks,
Siva
Copy link to clipboard
Copied
if you're using flash cs6, http://www.sakri.net/blog/2009/03/23/insert-image-from-file-system-into-text-using-the-text-layout-f...
Find more inspiration, events, and resources on the new Adobe Community
Explore Now