1

在 Internet Explorer 11 中,FSCommands 似乎没有响应并且没有触发任何事件。其他所有主要浏览器似乎都可以正常工作。

回调注册到“domId_DoFSCommand”。我还尝试了 addEventListener,它也不起作用。

4

3 回答 3

0
  1. 首先检查参数 AllowScriptAccess="always"。
  2. 尝试打开兼容模式。如果可行,请将元 teg 添加到您的网站。

如果可能的话,最好使用 ExternalInterface。

于 2014-04-10T12:22:48.217 回答
0

Internet Explorer 不是 Flash 的大力支持者:http: //windows.microsoft.com/en-us/internet-explorer/help/adobe-flash-not-working 我强烈建议使用更高级的资源管理器,例如 Google Chrome . 我对您从事的任何项目表示最良好的祝愿。

于 2014-03-16T23:00:36.813 回答
0

I'm not sure but you can try to enable FScommand via meta tags

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />

于 2014-04-06T07:55:42.167 回答