as3 textfield changing string value

前端 未结 1 857
长发绾君心
长发绾君心 2020-11-27 23:51

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

相关标签:
1条回答
  • 2020-11-28 00:36

    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.

    0 讨论(0)
提交回复
热议问题