I understand that the Linux builds of Chromium are still very alpha, but I'd like to enable the flash capabilities.

How do I get flash working in Chromium?

link|improve this question

78% accept rate
feedback

2 Answers

up vote 3 down vote accepted

First of all, copy the flash plugin.

$ sudo cp /usr/lib/flashplugin-installer/libflashplayer.so /usr/lib/chromium-browser/plugins

Then start Chromium like this.

$ chromium-browser --enable-plugins

This answer is outdated; you no longer need to do this to get flash running in Chromium.

link|improve this answer
1  
If you don't have a plugins directory under your chrome directory, making one seems to work. – Jim Hunziker Aug 3 '09 at 19:31
There is no need for this painful hack in Debian: unix.stackexchange.com/q/7942... or at least not anymore. – Tshepang Feb 24 '11 at 11:56
Yes, Chromium isn't as "unstable" and as much of an development version as it is for normal usage at this stage. – Thor K.H Mar 10 '11 at 11:21
feedback

Chrome supports flash (and plugins generally) in recent builds. It was featured on lifehacker not so long ago with links to repositories.

They are experiencing some technical diffuculties, the site is slow and more down than up. I am happy that I managed to copy the url from the search results.

link|improve this answer
OP was using Chromium, not Chrome. – Tshepang Feb 24 '11 at 6:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.