gpt4 book ai didi

actionscript-3 - 新的flash player 14中的 "ExternalInterface escapes strings using JSON conventions"是什么?

转载 作者:行者123 更新时间:2023-12-04 10:37:40 27 4
gpt4 key购买 nike

当我使用 ExternalInterface 时出现错误,如下所示:

WARNING: For content targeting Flash Player version 14 or higher, ExternalInterface escapes strings using JSON conventions. To maintain compatibility, content published to earlier Flash Player versions continues to use the legacy escaping behavior.



我应该怎么做才能防止出现警告以及我应该使用什么是“传统转义”而不是“JSON 约定”?

最佳答案

该错误是由于未转义 json 数据引起的。
您可以简单地通过转义来防止错误:

ExternalInterface.call(callBackFunction, escape(jsonData));

希望这可以帮助!

关于actionscript-3 - 新的flash player 14中的 "ExternalInterface escapes strings using JSON conventions"是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26157126/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com