my typing software :http://www.baraha.com/ or http://translate.google.com/#en|ta|morning
I type myltilingual Text and get HTML Text . out put HTML text are truncate.
Can you check to see where the truncation is occurring. Try PUTing the text grabbed from the AS3 sprite prior to assigning it to the other text box:
tText = p_As3sp.tbox.htmlText put tText p_As3sp.html2.text = tText
Hi,
i try this also
tText = p_As3sp.tbox.htmlTextput tTextp_As3sp.html2.text = tText
Same bug(truncate).
So have you experimented to see if it's a character limit you are running up against, or is it always the same number of chars missing off the end, or ... ?