Copy link to clipboard
Copied
Problem Description:
korean character crash when using ExternalInterface.call(funcName, args)
funcName : alpha-numeric
args : include korean characters
Steps to Reproduce:
<flex source>
private function handleRequest(val):void {
ExternalInterface.call("processRequest", "가나다라");
}
<javascript source>
function processRequest(param) {
alert(param); //does not display korean characters
}
Actual Result:
媛€?섎떎??
Expected Result:
가나다라
Any Workarounds:
Nothing !!
OS : Windows7 Pro 64bit(korean)
Flex Builder : 3.0
Flash Player : 11.8.800.168 ActiveX
Browser : IE10
WAS : WebLogic 8.1, 12g, Tomcat 5,6,7
Chrome : 29.0.1547.66 m <== Good
FireFox : 23.0.1 <== Good
Copy link to clipboard
Copied
make sure that
1.The html you are embedding the swf has utf-8 charcter encoding
2.The server you are hosting your page on has utf-8
Copy link to clipboard
Copied
externalinterface.call function was work correctly before update to newest version of flash player.
but now not working correctly.
it is surely flash player's bug.
Copy link to clipboard
Copied
Same problem here! With the exact same version.
Problems on IE.
Chrome and FF OK
Copy link to clipboard
Copied
Report bugs here:
Copy link to clipboard
Copied
Thanks. I just sent a bug report.
Copy link to clipboard
Copied
My Flash plugin just updated to 11,8,800,174 and it is working fine again.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now