Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Hi kindly help me to add .png image into current cursor position of TextInput using Flex 4 and action script 3. I have googled, but I am unable to get correct idea from there. kindly any one suggest me some ideas for add a image into TextInput. thanks in advance.

share|improve this question

1 Answer

up vote 1 down vote accepted

You'll have to create a new TextFlow child/instance which displays the image. Find some infos on that topic here (livedocs@adobe.com - Adding images with TLF)

share|improve this answer
thanks for reply., using this method, I can add 1 image into textinput. Is there is any option to add more than one image into textInput. for example, in text chat we can add more than 1 smileys at a time. – RathaKrishna Jun 6 '12 at 8:07
Did you try simply adding more InlineGraphicElements? – Florian Salihovic Jun 6 '12 at 8:15
yeah it's working good. thanks. – RathaKrishna Jun 6 '12 at 8:21

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.