Home » Questions » Computers [ Ask a new question ]

How do you enable flash for Chromium running under Linux?

How do you enable flash for Chromium running under Linux?

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

Asked by: Guest | Views: 307
Total answers/comments: 1
bert [Entry]

"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."