What is the default charset encoding to flash player?
I am trying to build website that using a SWF file which I doesn't have assess to the code.Everything works fine but the problem is the encoding.
This flash file does a HTTP request ,getting a string and print it. That string is a Hebrew word.The problem is that it showing it in Latin language (ISO-8859-1), and the real encoding is windows-1255.
What is the default encoding for flash player in browser? how can I change it? (META tag didn't help). I discover that there is difference between browsers.
Thanks!
