insert-image-from-file-system-into-text-using-the-text-layout-framework
Hi,
I need A WYSIWYG editor, for that I am using Flex textlayout framework. My editor also supports smilies. To insert smilies I refered the example:http://www.sakri.net/blog/2009/03/23/insert-image-from-file-system-into-text-using-the-text-layout-framework/
It is inserting the smiley.
Now my requirement is instead of smilies I need to store there code like: for
":)".
So I am exporting the textflow & then trying to process the exported xml.
The problem I am facing is: I am unable to get the path of the smiley image inserted. Coz the above example inserts the image in the form of BitmapData. I also tried to get value of source attribute of flow.p.img but didn't get the path of the inserted smiley.
Please help me in getting any wayout.
Thanks in advance.
