主显节中的Flash Player


9

我已经安装了Epiphany浏览器,并且由于启动时间短且占用空间小而非常喜欢它。但是,我无法制作主显节上的youtube或huhu视频(需要Flash的任何视频)。您能帮我进行配置吗?我的系统上同时安装了Firefox和Opera,并且都可以在网络上播放基于Flash的视频。


通过HTML5在YouTube上播放视频又如何呢?主显节支持吗?然后,这可以是部分解决方案(仅适用于具有HTML5视频的网站),并且可以提供更多免费的解决方案。
imz –伊万·扎哈拉里舍夫(Ivan Zakharyaschev)2012年

即使在YouTube上,也有大量视频无法使用HTML5播放。可能是因为广告。
卡雷尔·比列克(KarelBílek)2012年

Answers:


7

Flash是GTK + 2,而主显节是GTK + 3 ...这就是问题所在。

  1. 安装闪光灯 sudo apt-get install flashplugin-installer
  2. 安装nspluginwrapper sudo apt-get install nspluginwrapper
  3. sudo nspluginwrapper -i /usr/lib/flashplugin-installer/libflashplayer.so
  4. nspluginwrapper -v -a -n -i

为我工作!11.10
suli8'2

1
在12.04中不起作用。$ sudo nspluginwrapper -i /usr/lib/flashplugin-installer/libflashplayer.so-> nspluginwrapper:未找到/usr/lib/flashplugin-installer/libflashplayer.so的适当查看器
alfC 2012年

也不适合我,但我认为这是因为没有nspluginviewer的64位版本。我注意到它会自动将i386版本与amd64版本的包装程序一起安装,因此我怀疑它们是否可以正常工作。
zebasz

3

我在Xubuntu 12.04上,lib在/usr/lib/flashplugin-installer/

所以我的代码是:

sudo apt-get install nspluginwrapper
sudo nspluginwrapper -i /usr/lib/flashplugin-installer/libflashplayer.so
nspluginwrapper -v -a -n -i

2

我使用的是Ubuntu 12.04,在我的情况下,我使用Ubuntu软件中心安装了flashplugin,因此它在处安装了插件/usr/lib/adobe-flashplugin/libflashplayer.so。我跟随了,Flash在Epiphany 3.4.1中完美地工作了。

sudo apt-get install nspluginwrapper
sudo nspluginwrapper -i /usr/lib/adobe-flashplugin/libflashplayer.so
nspluginwrapper -v -a -n -i

2

我在顿悟3.6中解决了Adobe Flash Player的问题;-)

这是我的工作:

  1. sudo apt-get install adobe-flashplugin nspluginwrapper
  2. sudo nspluginwrapper -i /usr/lib/adobe-flashplugin/libflashplayer.so
  3. nspluginwrapper -v -a -n -i

2

如果您使用的是64位Ubuntu,install adobe-flashplugin:i386而不是adobe-flashplugin,请先使用nspluginwrapper

sudo apt-get install adobe-flashplugin:i386 nspluginwrapper
nspluginwrapper -v -a -n -i

1

转到http://kb2.adobe.com/cps/155/tn_15507.htmlhttp://www.adobe.com/software/flash/about/的顿悟。

它应该告诉您是否已安装闪存,也许还有另一个问题。首次安装并加载youtube时,Epiphany中的Flash工作正常。


它不适用于我在11.10 Oneiric
Manish Sinha

我已经尝试过了。问题是Flash与Firefox兼容,但Epiphany不能。我已经尝试过将Libflashplayer.so文件添加到Epiphany的插件中,但是仍然无法正常工作。您能提出其他建议吗?
Jigar.Shah,2011年

0

不幸的是,主要的网络浏览器不再支持NPAPI插件。PPAPI是新方法。幸运的是,一个名为Freshplugin的非常好的开源项目允许任何浏览器使用Linux中Chrome的Flash Player PPAPI,这意味着最新的Flash Player更新将在所有浏览器中使用,甚至是顿悟。您必须已安装Chrome。 https://github.com/i-rinat/freshplayerplugin

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.