| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
|
By Ryzol at 2008-04-12 16:44
|
|
The current version of flash (9r115) does not work with Opera 9.26. A workaround is to use the beta version of Opera (9.50b) which does work with the most recent flash. If you do not want to use beta Opera than read on. Note that this was done on slackware 12.0, commands might be slightly different for other distros. Overview for the command line proficient: Go here and download the flash player 9 archive. If that link doesn't work try this one. Now the flash version you want is 9r48, run the install script and test it. If it complains that the path you've given for opera is wrong and it isn't you will need to install manually. Copy and overwrite libflashplayer.so to /usr/lib/opera/plugins/libflashplayer.so . Run opera and it flash should work. exact commands for command line newbs:
Code:
wget http://fpdownload.macromedia.com/get/flashplayer/installers/archive/fp9_... unzip fp9_archive.zip cd fp9_archive/9r48/ tar -xzf install_flash_player_9r48_linux.tar.gz cd install_flash_player_9r48_linux/ chmod +x flashplayer-installer su ./flashplayer-installer enter the path /usr/lib/opera If it the installer doesn't complain you should be done. If it complains that /usr/lib/opera is the wrong path and you know it isn't keep going cp flashplayer.so /usr/lib/opera/plugins/flashplayer.so exit
Test flash, it should be working. Note if you use any sort of package manager you will need to explicitly tell it NOT to upgrade to the newest version of flash.
|
|
|
|
All times are GMT -5. The time now is 02:48 AM.
|