美文网首页
chrome中起用flash的方法

chrome中起用flash的方法

作者: 塔塔斯坦 | 来源:发表于2019-07-16 11:11 被阅读0次

因为安全的原因,最新版的chrome已经默认禁用flash,对每个页面需要手工开启。

可以修改注册表绕过(注意风险)


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]

"AllowOutdatedPlugins"=dword:00000001

"RunAllFlashInAllowMode"=dword:00000001

"DefaultPluginsSetting"=dword:00000001

"HardwareAccelerationModeEnabled"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\PluginsAllowedForUrls]

"1"="https://*"

"2"="http://*"


也可以尝试加启动参数--allow-outdated-plugins

相关文章

网友评论

      本文标题:chrome中起用flash的方法

      本文链接:https://www.haomeiwen.com/subject/veezkctx.html