A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Problem to load special characters from external source

  1. #1
    I loading texts like name of buttons from external txt file. But in Flash MX I have problem with all czech characters like šžýáÃ*. They did`n load. When I publish that movie to flash player 5 it works fine.

  2. #2
    The world goes - hm.. TheCaramella's Avatar
    Join Date
    Dec 2001
    Location
    Second door on the right, next to the ice bear
    Posts
    642
    There are two ways to solve your problem (which is raised as an issue quite frequently here...):
    1) save your text-file in unicode-format. I used UTF-8, and that worked. (I only get this choice in Notepad on Windows 2000, not Win ME, 98 etc)
    2) place a piece of action script on your first frame,
    Code:
    System.UseCodePage = true;
    Hope this helps you out :)

  3. #3
    Thank you very much, I use second way and it work great.

    Thanks

  4. #4
    Senior Member
    Join Date
    Nov 2000
    Location
    Allentown PA
    Posts
    350
    Macromedia has a a lot of info on this at there site as well:
    http://www.macromedia.com/support/fl...in_flmx10.html

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center