TLF and arabic text
Hello,
I'm using AS3 with CS3 to do some design involving working with dynamic text field for arabic text.
This staetemnt works just fine:
var strValidate_txt.text = "خُرُوجْ"; // a dynamic text field - result OK
however when I try to build the string characyter by character:
var strValidate_txt.text = "";
strValidate_txt.appendText("خ");
strValidate_txt.appendText("ر");
strValidate_txt.appendText("و");
strValidate_txt.appendText("ج");
the resuslt is a string with dissjointed characters وجرخ ![]()
I couldn't find a way to fix this in Flash CS3. I'm wondering if upgrading the Flash CS4 with the new TFL will solve me this issue?
still need to convince my boss to pay for the upgrade!
Thanks for help
