views:

41

answers:

1

Hi,

Can i load my own language as text in as3 textarea or labels from xml or from database. I want to display tamil in flash swf or in AIR APP. how can i do it?

+1  A: 

Flash uses unicode by default, and I see no reasons to change that. If your text doesn't displays correctly, you need a font with such letters. Embed it into swf, use it in your textareas/labels and enjoy.

alxx
Specifically, it prefers to use UTF-8.
Gunslinger47
ok thanks. Let me try this one
Ela