From dc0eaa29f70892960c4fd5f54b634559d2532315 Mon Sep 17 00:00:00 2001 From: linuhap Date: Mon, 12 May 2014 08:35:33 +0800 Subject: [PATCH] translated --- ...layer Issue In Chromium In Ubuntu 14.04.md | 40 ------------------- ...layer Issue In Chromium In Ubuntu 14.04.md | 40 +++++++++++++++++++ 2 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 sources/tech/Fix Adobe Flash Player Issue In Chromium In Ubuntu 14.04.md create mode 100644 translated/tech/Fix Adobe Flash Player Issue In Chromium In Ubuntu 14.04.md diff --git a/sources/tech/Fix Adobe Flash Player Issue In Chromium In Ubuntu 14.04.md b/sources/tech/Fix Adobe Flash Player Issue In Chromium In Ubuntu 14.04.md deleted file mode 100644 index 25a4e7ff1a..0000000000 --- a/sources/tech/Fix Adobe Flash Player Issue In Chromium In Ubuntu 14.04.md +++ /dev/null @@ -1,40 +0,0 @@ -linuhap翻译中。。。 -Fix Adobe Flash Player Issue In Chromium In Ubuntu 14.04 -================================================================================ -One of the first few [things to do after installing Ubuntu 14.04][1] is to install Adobe Flash Player. Normally, if you install [Ubuntu Restricted Extras][2], Flash Player should be working and you should be able to watch online videos from websites like You Tube etc. - -But this is not the case with Chromium and Ubuntu 14.04 combination. While you can easily play You Tube videos etc on other web browsers such as Firefox, Chrome etc, in Chromium you will see Adobe Flash player missing notice: - -**Adobe Flash Player is required to display some elements on this page. Install plug-in..** - -![](http://itsfoss.com/wp-content/uploads/2014/04/Flash_Player_Ubuntu_1404_Chromium.jpeg) - -### Reason for flash player issue exclusively in Chromium: ### - -The reason why this issue occurs only in Chromium is that until now Chromium used Netscape Plugin API for Flash support. Starting from Ubuntu 14.04, [Chromium will stop using Netscape Plugin API][3]. Hence, you will face issues with Adobe Flash Player with Chromium. - -Now, why this issue doesn’t occur with other web browsers? Answer is because they use Flash version 11.2. - -### Fix Adobe Flash Player issue with Chromium: ### - -To fix this issue, we’ll be using Pepper Flash Player, a safer and more stable version of Flash Player from Google. An [Adobe Flash Player Pepper installer][4] is available in Ubuntu 14.04 repositories. This installer downloads Google Chrome, extracts Pepper Flash Player and sets it up for Chromium usage. - -To install Pepper Flash Player in Ubuntu 14.04, open a terminal and use the following commands: - - sudo apt-get install pepperflashplugin-nonfree - sudo update-pepperflashplugin-nonfree --install - -Restarting Chromium will do. No need of a system reboot. I hope this quick post helped you to fix Adobe Flash Player issue with Chromium. Any questions or suggestions are always welcomed. - --------------------------------------------------------------------------------- - -via: http://itsfoss.com/fix-flash-player-issue-chromium-in-ubuntu-14-04/ - -译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) - -本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 - -[1]:http://itsfoss.com/things-to-do-after-installing-ubuntu-14-04/ -[2]:https://help.ubuntu.com/community/RestrictedFormats -[3]:http://blog.chromium.org/2013/09/saying-goodbye-to-our-old-friend-npapi.html -[4]:https://wiki.debian.org/PepperFlashPlayer diff --git a/translated/tech/Fix Adobe Flash Player Issue In Chromium In Ubuntu 14.04.md b/translated/tech/Fix Adobe Flash Player Issue In Chromium In Ubuntu 14.04.md new file mode 100644 index 0000000000..dcde5182f8 --- /dev/null +++ b/translated/tech/Fix Adobe Flash Player Issue In Chromium In Ubuntu 14.04.md @@ -0,0 +1,40 @@ +修复Ubuntu 14.04中Chromium的Adobe Flash Player的问题 +================================================================================ +[安装Ubuntu 14.04之后,先要做的几件事情][1]中其中一项是安装Adobe Flash Player。一般来说,如果安装了[Ubuntu Restricted Extras][2],Flash Player应该可以工作而且你应该能够在网上观看在线视频,比如You Tube等网站上。 + +这不是Chromium和Ubuntu 14.04结合使用的原因。当你用其他的网页浏览器比如火狐、Chrome时,你可以轻松地播放You Tube等网站视频,在Chromium中你将会看到Adobe Flash player缺失插件的通知: + +**Adobe Flash Player is required to display some elements on this page. Install plug-in..** + +![](http://itsfoss.com/wp-content/uploads/2014/04/Flash_Player_Ubuntu_1404_Chromium.jpeg) + +### 只有在Chromium中出现flash player问题的原因: ### + +只有在Chromium中发生这个问题的原因是,之前Chromium使用Netscape Plugin API构架来支持Flash,从Ubuntu 14.04开始,[Chromium将会停止使用Netscape Plugin API][3]。今后,你将要面对Chromium中Adobe Flash Player的问题。 + +现在,为什么这个问题没有发生在其他浏览器上?答案是,因为它们使用 Flash Player 11.2。 + +### 修复Chromium上Adobe Flash Player的问题: ### + +修复这个问题,我们将使用Pepper Flash Player,一个来自Google更安全更稳定的版本的Flash Player。在Ubuntu 14.04的源里有[Adobe Flash Player Pepper 安装器][4]。这个安装器下载Google Chrome,提取出Pepper Flash Player然后建立给Chromium使用。 + +要在Ubuntu 14.04安装Pepper Flash Player,打开一个终端,使用下面的命令: + + sudo apt-get install pepperflashplugin-nonfree + sudo update-pepperflashplugin-nonfree --install + +之后重启Chromium。不用重启系统。我希望这个帖子能够帮助你解决Chromium上Adobe Flash Player的问题。欢迎提出任何问题和建议。 + + +-------------------------------------------------------------------------------- + +via: http://itsfoss.com/fix-flash-player-issue-chromium-in-ubuntu-14-04/ + +译者:[linuhap](https://github.com/linuhap) 校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 + +[1]:http://itsfoss.com/things-to-do-after-installing-ubuntu-14-04/ +[2]:https://help.ubuntu.com/community/RestrictedFormats +[3]:http://blog.chromium.org/2013/09/saying-goodbye-to-our-old-friend-npapi.html +[4]:https://wiki.debian.org/PepperFlashPlayer