i am new in as3 in flash. i need to show an alert. in alert box the shown text field is like : \"ou ra ro la atio hata\". But the real text that i want to show is like \"Mou
With the few details mentioned in your questions, I think this is a problem of text appearance of your dynamic text field which is in a direct relationship with embedding fonts in your Flash project. To avoid such behavior, you can take a look on these links :
Adobe Help : Embed fonts for consistent text appearance.
Google Help : Embed fonts for a dynamic text field.
Adobe Help : Embed fonts in flash (video tutorial).
Adobe Flash Developer Center : Embedding fonts (old article for CS4).
Hope that can help you.