zoukankan      html  css  js  c++  java
  • 解决Linux下chrome无法播放flash问题

    Updated 2017.4.30

    最新版chrome已经取消了chrome://plugins页面,可以在Settings => Privary => Content settings => Flash中设置启用Flash插件。


    chrome 54以上版本没有自带flash,在播放flash视频时chrome会下载swf文件。如果在chrome://plugins启用了flash插件,则会显示flash out of date。

    需要让chrome安装flash插件。在地址栏输入chrome://components,然后点击Adobe Flash Player下面的Check for update,chrome会下载安装flash插件。下载插件需要代理,但chrome不会使用代理插件(例如SwithyOmega)提供的代理,应该用外部程序代理。我直接用路由器的shadowsocks了。

    此时如果启用了flash插件,则会卡在Checking for status。需要先到chrome://plugins禁用flash插件。

    安装完毕显示Component updated后,在地址栏输入chrome://plugins,点击页面右侧的Details,点击Adobe Flash Player项中PPAPI下面的Enable,然后勾选“Always allowed to run”,启用flash。

  • 相关阅读:
    继承ServletContextListener可以完成的事情
    redis-win7
    jquery-attr与prop
    web表单disable问题
    html-select
    wordpress安装五步法
    CSS布局整理
    photoshop制作古风画
    CSS布局——三栏布局
    sublime text3配置插件
  • 原文地址:https://www.cnblogs.com/plodsoft/p/5979466.html
Copyright © 2011-2022 走看看