Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

ExternalInterface.call() does not work normally since flash player 11.8.800.168

New Here ,
Sep 11, 2013 Sep 11, 2013

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:
     媛&#128;?섎떎??


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

TOPICS
ActionScript
1.8K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
Sep 12, 2013 Sep 12, 2013

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 12, 2013 Sep 12, 2013

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 13, 2013 Sep 13, 2013

Same problem here! With the exact same version.

Problems on IE.

Chrome and FF OK

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
Sep 13, 2013 Sep 13, 2013

Report bugs here:

https://bugbase.adobe.com/

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 13, 2013 Sep 13, 2013

Thanks. I just sent a bug report.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 13, 2013 Sep 13, 2013
LATEST

My Flash plugin just updated to 11,8,800,174 and it is working fine again.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines