Flash: Foreign Characters
Flash: Foreign Characters
- Started
- Last post
- 4 Responses
- Dcsign
Quick Flash Question:
Have a flash movie with french characters but flash is not displaying these characters. Anyone know why this is not working?? (I have installed the correct font.) Help much appreciated!
- ********0
System.useCodePage ???
- unfittoprint0
embed latin I [besides basic latin] in your text box.
external files usage:
xml: encode your header to utf-8
txt files: save them using unicode format instead of ASCII [ie. windows notepad givwe you that opotion].
I disagree with using system.codepage because it doesn't support all unicode characters and u may have to urlencode some of your text, wich is a pin in the arse.
- ********0
I'll say thanks to ye unfit seeings as that other ingrate winnae.
- Dcsign0
cheers guys!