-
Website
http://blog.chenhow.net -
Original page
http://blog.chenhow.net/google/install-chromium-flash-plugin-in-ubuntu-jaunty/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
Traveller_Adventure
1 comment · 2 points
-
fernan
1 comment · 1 points
-
gardeningtools
1 comment · 1 points
-
lockgoh
1 comment · 1 points
-
lic agent
2 comments · 1 points
-
-
Popular Threads
-
I’m Back Again
1 week ago · 1 comment
-
I’m Back Again
Don't know why your comment not showing in my blog. Anyway, to have
libflashplayer.so, u have to install flash using below command.
sudo aptitude install flashplugin-nonfree
Please help!
example:
sudo rm libflashplayer.so
sudo ln -s ../../adobe-flashplugin/libflashplayer.so
"Hello, you either have JavaScript turned off or an old version of Adobe's Flash Player. Get the latest Flash player." :(
sudo aptitude install flashplugin-nonfree
chromium-browser --enable-greasemonkey --enable-user-scripts --enable-extensions
2) Open Chromium-browser> type "about:plugins" in URL address bar.
- if you see "No plug-ins are installed", means plugins doesnt work for you, thats why flash is not working
Work around:
1) sudo vim /etc/chromium-browser/default
2) edit chromium flags to look like following
# Options to pass to chromium-browser
CHROMIUM_FLAGS="--enable-plugins"
3) start chromium-browser and check "about:plugins"
4) you should see some installed plugins now
sudo ln -s ../../flashplugin-installer/libflashplayer.so
And the chromium flags have to enable plugins as mentioned below:
1) sudo vim /etc/chromium-browser/default
2) edit chromium flags to look like following
# Options to pass to chromium-browser
CHROMIUM_FLAGS="--enable-plugins"