我正在尝试访问 Adobe Connect,但它给出了以下错误:
Adobe Connect 需要 Flash Player 11.2 或更高版本。
但是我在 Firefox 和 Chrome 上测试了它,并且使用以下命令安装了 Flash 播放器:
$ sudo apt install flashplugin-installer
但它在 Firefox 中显示了同样的错误,因此我在 Chrome 上进行了测试,但仍然没有任何积极的结果。
这是怎么回事?我该如何修复它?
(如你所知,我甚至无法从 Adobe 官方网站下载任何东西,因为他们停止开发 Flash)
答案1
对此没有通用的解决方案,但在 Web 中运行 Adobe Connect 的解决方法是将urlPath
参数的值与主域连接起来,然后proto
为新 URL 添加一个新参数并将其设置为真的。
例如
https://example.com/system/get-player?urlPath=/pzcgmf009dyq/
变成...
https://example.com/pzcgmf009dyq?proto=true
现在它运行正常。