| home |
This shows a trick needed when sending unicode text from JavaScript into a Flash SWF..
hmm.. what characters are missing when you use escape() or encodeURI() ?
sent into Flash |
sent into an HTML form |
received after an escape()
|
|
received after encodeURI()
|
|
received after encodeURIComponent()
|
get the FLA
Read about the difference between each of the JavaScript methods here
Note that sending unicode characters (escaped) out from the SWF to JavaScript is handled differently for IE and Firefox/mozilla.. go here to see an example (and FLA) on how to do that.
If you don't see Japanese characters here: こんにちは世界
Then your system isn't configured correctly..