Comment #1 on issue 22404 by Renich: Flash not working in 4.0.211.2 on Linux 64, even with "--enable-plugins" http://code.google.com/p/chromium/issues/detail?id=22404
Here's what I did in Fedora 12 (alpha) 64-bit: 1. Went to http://labs.adobe.com/downloads/flashplayer10.html 2. Downloaded the 64-bit version and untared it: tar -xzf libflashplayer- 10.0.32.18.linux-x86_64.so.tar.gz 3. As root, I copied it to the plugins dir: su -c 'cp libflashplayer.so /usr/lib64/chromium-browser/plugins/' 4. Changed owner ship and permissions to the proper ones: cd /usr/lib64/chromium- browser/plugins && su -c 'chown root.root libflashplayer.so' && chmod 755 libflashplayer.so' 5. Started Chromium... went to my favorite video site and enjoyed for a while. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
