I'm trying to load some multilingual content in Flash.
Locally, everything seems to run fine.
- My Local file is on an HTML page, making calls to external content served as an XML document.
- The content contains Chinese characters enclosed in CDATA tags.
- Flash displays the Chinese characters correctly (on device fonts).
However, when hosted on the web server (embedded in a JSP page), it doesn't work:
- The SWF is displayed, and loads the content.
- The content contains the same data, and traces of the raw content in Flash indicates that it is indeed the same Chinese symbol as shown in the local environment.
- Flash displays long numbers (looks like 4 hex numbers per Chinese character) instead of the Chinese character, this is incorrect!
So I'm curious if there is a difference in the way Flash interprets the XML data if the SWF is hosted over a local environment "file://..." or a web server "http://...".
Anyone else ever ran into the same problem? I'm searching through Character encoding, unicode, UTF-8, but it doesn't make sense that the local version works but the web-server doesn't. Hmm...
--EDIT--
Some examples:
- アリコ became 65E5672C751F547D
- ネクスティア became 30CD30AF30B930C630A330A2
- アフラック became 30A230D530E930C330AF