Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
05-04-2006, 05:45 PM
|
#1
|
Member
Registered: Aug 2005
Location: Upstate NY
Distribution: Ubuntu 7.10 Gutsy Gibbon
Posts: 100
Rep:
|
Problems installing Flash
I just installed FC5 and am pretty much new to linux overall. I have a test to take on a webpage using flash. I went to the flash website and downloaded it and installed it per the instructions on their site. It said installation complete, but under about:config in firefox it shows no flash. I need to take this 10 hour online course by sunday afternoon, preferably before, so i would greatly appreciate any help anyone has. Thanks in Advance.
|
|
|
05-04-2006, 05:47 PM
|
#2
|
Member
Registered: Aug 2005
Location: Upstate NY
Distribution: Ubuntu 7.10 Gutsy Gibbon
Posts: 100
Original Poster
Rep:
|
one other thing, does anyone know a good overall media player with a good GUI?
|
|
|
05-04-2006, 05:49 PM
|
#3
|
Senior Member
Registered: Aug 2003
Location: Houston, TX
Distribution: Arch
Posts: 1,381
Rep:
|
If you followed the instructions it should work. But here are some directions
http://fedoranews.org/tchung/firefox-flash/
|
|
|
05-04-2006, 05:52 PM
|
#4
|
Member
Registered: Aug 2005
Location: Upstate NY
Distribution: Ubuntu 7.10 Gutsy Gibbon
Posts: 100
Original Poster
Rep:
|
i clicked on the availiable plugins toolbar, and it said no plugins avaliable
|
|
|
05-04-2006, 06:06 PM
|
#5
|
Member
Registered: Aug 2005
Location: Upstate NY
Distribution: Ubuntu 7.10 Gutsy Gibbon
Posts: 100
Original Poster
Rep:
|
I also found this and could not paste the files into their directories per the instrutions below. Do i need to be root to do that?
Hi friends...
Maybe many of you had problems installing Flash player under Phoneix / Mozilla. Even following the instructions on the Mozilla site. Well I was one of them and today I got the solution!
First follow the step just as Mozilla's site describe:
"Download Flash Player 6.0r79 then extract libflashplayer.so to your
plugins directory and flashplayer.xpt to your components directory"
Those directories are under your Mozilla directory, mostly under /usr/share.
Then download the RPM package "libstdc++2.10-2.96-0.83mdk.i586.rpm" that contains C++ libraries and install it. I used it with Redhat 9 and works great!.
Then do a log out. and enjoy your Flash player!
Good luck!
moisvon.
|
|
|
05-04-2006, 06:07 PM
|
#6
|
Senior Member
Registered: Mar 2005
Location: Las Vegas, NV
Distribution: Mandriva Slackware FreeBSD
Posts: 1,468
Rep:
|
Copy these files to your FireFox Plugins directory... Your path may vary...
here is a listing of my ~/.mozilla/plugins directory:
-rwxr-xr-x 1 kencaz kencaz 856 Mar 14 2005 flashplayer.xpt*
-rwxr-xr-x 1 kencaz kencaz 2096844 Mar 14 2005 libflashplayer.so*
Remember it's a hidden folder...
Then try restarting Firefox and use about.plugins not about.config to see if it took.
KC
|
|
|
05-04-2006, 06:10 PM
|
#7
|
Member
Registered: Aug 2005
Location: Upstate NY
Distribution: Ubuntu 7.10 Gutsy Gibbon
Posts: 100
Original Poster
Rep:
|
 how do i see the hidden folders? 
|
|
|
05-04-2006, 06:16 PM
|
#8
|
Senior Member
Registered: Aug 2003
Location: Houston, TX
Distribution: Arch
Posts: 1,381
Rep:
|
just do
whereis or slocate the two files above. They may be in /opt/mozilla/plugins or something like that. then as a regular user
cp /whereever/they/are/flashplayer.xpt* /home/<you>/.mozilla/plugins
or wherever your mozilla plugins dir is in your home dir.
If using gnome, which i think FC does. I think you need to right click in nautilus and check show hidden files
|
|
|
05-04-2006, 06:22 PM
|
#9
|
Senior Member
Registered: Mar 2005
Location: Las Vegas, NV
Distribution: Mandriva Slackware FreeBSD
Posts: 1,468
Rep:
|
Quote:
Originally Posted by nathanhillinbl
 how do i see the hidden folders? 
|
Listing your files with the -a option will show hidden files and directories.
such as:
ls -al
The hidden files will have periods before them. You can 'cd' to them the same as other files just add the period.
KC
|
|
|
05-04-2006, 06:24 PM
|
#10
|
Member
Registered: Aug 2005
Location: Upstate NY
Distribution: Ubuntu 7.10 Gutsy Gibbon
Posts: 100
Original Poster
Rep:
|
what about the flashplayer.so file
|
|
|
05-04-2006, 06:30 PM
|
#11
|
Senior Member
Registered: Aug 2003
Location: Houston, TX
Distribution: Arch
Posts: 1,381
Rep:
|
Quote:
Originally Posted by kencaz
Copy these files to your FireFox Plugins directory... Your path may vary...
here is a listing of my ~/.mozilla/plugins directory:
-rwxr-xr-x 1 kencaz kencaz 856 Mar 14 2005 flashplayer.xpt*
-rwxr-xr-x 1 kencaz kencaz 2096844 Mar 14 2005 libflashplayer.so*
Remember it's a hidden folder...
Then try restarting Firefox and use about.plugins not about.config to see if it took.
KC
|
Ok what about it? do the same thing for that file
|
|
|
05-04-2006, 06:38 PM
|
#12
|
Member
Registered: Aug 2005
Location: Upstate NY
Distribution: Ubuntu 7.10 Gutsy Gibbon
Posts: 100
Original Poster
Rep:
|
o ok someone else said that you had to put it in a different area.
|
|
|
05-04-2006, 06:44 PM
|
#13
|
Member
Registered: Aug 2005
Location: Upstate NY
Distribution: Ubuntu 7.10 Gutsy Gibbon
Posts: 100
Original Poster
Rep:
|
It still says flash not detected. I also checked on another site and it was not detected, and the popdown toolbar for availiable plugins came up. I clicked on it and it listed flash and an "unknown" I clicked manual install on the unknown player and it brought me to the flash download, even after i downloaded and installed flash per their gui installer.
|
|
|
05-04-2006, 06:49 PM
|
#14
|
Senior Member
Registered: Aug 2003
Location: Houston, TX
Distribution: Arch
Posts: 1,381
Rep:
|
did you restart firefox?
|
|
|
05-04-2006, 06:52 PM
|
#15
|
Member
Registered: Aug 2005
Location: Upstate NY
Distribution: Ubuntu 7.10 Gutsy Gibbon
Posts: 100
Original Poster
Rep:
|
yea and it didnt work
|
|
|
All times are GMT -5. The time now is 03:38 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|