Flash text fields

  • Started
  • Last post
  • 3 Responses
  • Fariska

    Ok, since the client i'm working on requires the flash pieces translated in 26 languages (all europe) we had to set text with dynamic text fields and system default font (_sans).

    On this project i have to rotate the text and with the system default font i cannot do that.

    The obvious solution would be embedding fonts. The fact is that we already had problems embedding the whole arial thing (the Cyrillic languages were badly spaced).

    So is there a way to deal with this?
    Ideally the solution would be knowing the country (which is specified on the xml) and then loading/importing a fontset for the specified language to apply to the text fields.
    Is there any chance to do that dynamically? Anyone can point out the direction to follow?

    Thanks in advance

  • Drno0

    man, just use microsoft word, then export as flash textfield
    don't forget to embed the font

  • maximillion_0

    embed a font into a swf, set it for export, give linkage id, set for runtime sharing. repoeat for all the font you need. name fla/swf as sont name then after you detect the lang load the appropriate shared asset lib (swf with yr font) and dynamically assign the embedded font to the textfield with as

  • poomoo0

    On a project with a multi lingual support, we embedded Arial Unicode, chose what character sets to include and it all worked fine.

    • no problems with russian/macedonian/g...Fariska
    • We wouldn't have supported those languages in this project. Chinese, Spanish, French etcpoomoo