Adobe Flash 应用程序中的上下文菜单未在 Windows 10 和 Internet Explorer 11 中显示

Context-menu in Adobe Flash application is not showing in Windows 10 with Internet Explorer 11

我们正在将所有公司 PC 升级到 Windows10。我们注意到一个被 350 多个用户使用的关键内部遗留 Flash 应用程序无法显示任何类型的上下文菜单在 Internet Explorer 11 中 运行 on Windows 10。使用 IE 11 运行 on Windows 7 Flash 应用程序可以显示上下文菜单 - 只需发出右键单击 - 作为预期。

我进行了一些测试:

我无法在 Windows 10 上升级 Flash 版本,因为 22,0,0,209 是 windows 更新提供的最新版本。

有没有人 运行 解决了这个问题并找到了解决方案?也许一些注册表设置?任何帮助是极大的赞赏! :)

我找到了解决方案:嵌入 Flash SWF 文件的 HTML 文件还引用了名为 "RightClick.js" (https://code.google.com/archive/p/custom-context-menu/) 的脚本。如果您想为 Flash 应用程序创建自定义上下文菜单,我相信在遥远的过去是必要的。

我刚刚从 HTML 文件中删除了包含,上下文菜单现在可以在上面列出的所有浏览器中使用。

只是想让 Whosebug 知道,因为我还没有在互联网上的其他地方找到解决方案;)