Urgent Flash Help!
- Started
- Last post
- 9 Responses
- WWVC
Hello all! Can someone please tell me why the German text in this website http://www.mooy.nl/de/highres.ht… is not showing the special characters? The text is loaded from and .txt file in wich the special characters stands perfectly. But when loading in flash it does not work. Please help! Thanks!
- rasko40
you probably need to use the correct URL encoding for those special characters rather than just off your keyboard
- WWVC0
Well thanks guys but when i replace for instance 'ä' in the original .txt file by '%E4' from http://www.macromedia.com/suppor… it shows up no result in the first line of the big text at http://www.mooy.nl/de/highres.ht…
Do you know whats going on?
- WWVC0
Thanks armed, but it still does not work when i put the code for the A in the first line in see http://www.mooy.nl/de/highres.ht…
What can this problem be?
Thanks!
- armed_rob0
try putting:
System.useCodepage = true;
in the 1. frame...
That works for me - when I got problems with Danish "æøå"
dont know if that will work? Let me know!
- WWVC0
Great man! It does work! But when you check out http://www.mooy.nl/de/highres.ht… again you will see that the complete text vanishes after the special character... how does this come?
- dequid0
"The System.useCodePage property is suggested by many as a magical cure to character display problems in Flash."
see:
http://www.moock.org/asdg/techno…there is also a link to an article which explains the magic tricks of proper character encoding.