Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 20th May 2011, 06:33 PM
Riff Gaffer's Avatar
Riff Gaffer Offline
Registered User
 
Join Date: Nov 2009
Location: England
Age: 49
Posts: 75
linuxopera
Firefox 4 / Flash problems

I've been struggling with Firefox and Flash for a while now and I'm finding that Firefox 4 has pretty well broken. No flash content is working in it at all but it seems pretty difficult to locate to remove and reinstall. I think I installed Firefox 4 from the Mozilla website originally.

Most stuff works in Opera but I've been firefox for a long time so reluctant to change.

I've searched for forums for similar problems but can't seem to see anything.

I've uninstalled and reinstalled firefox 3.5 but that's not fixing the issue. All helpful suggestions gratefully received.
Reply With Quote
  #2  
Old 20th May 2011, 06:50 PM
skyxn3t's Avatar
skyxn3t Offline
Registered User
 
Join Date: Jul 2010
Posts: 210
windows_7firefox
Re: Firefox 4 / Flash problems

1. Download flash:
32 bit Linux:
http://fpdownload.macromedia.com/get...0_linux.tar.gz
64 bit Linux:
http://download.macromedia.com/pub/l..._111710.tar.gz

2. Open the terminal, navigate to the downloaded file location, and extract file "libflashplayer.so" from downloaded file:
Code:
tar -zxvf flashplayer10_2_p3_64bit_linux_111710.tar.gz
3. Copy: libflashplayer.so to /home/Your_User_Name/.mozilla/plugins
Code:
cp libflashplayer.so /home/Your_Use_Name/.mozilla/plugins
Reply With Quote
  #3  
Old 20th May 2011, 08:20 PM
Riff Gaffer's Avatar
Riff Gaffer Offline
Registered User
 
Join Date: Nov 2009
Location: England
Age: 49
Posts: 75
linuxfedorafirefox
Re: Firefox 4 / Flash problems

I've managed to copy the file to my plugins (but not in the manner described but hey ho) but there's no change. I'm not sure if I'm doing anything else wrong.
Reply With Quote
  #4  
Old 20th May 2011, 08:48 PM
skyxn3t's Avatar
skyxn3t Offline
Registered User
 
Join Date: Jul 2010
Posts: 210
windows_7firefox
Re: Firefox 4 / Flash problems

I remember having problems with flash with the firefox from the official website.
Try copying libflashplayer.so to /usr/lib/mozilla/plugins
Of course you would have to be root to copy files there.
Open Terminal
Code:
su
(enter password)

for 32 bit linux:
cp libflashplayer.so /usr/lib/mozilla/plugins

for 64 bit linux:
cp libflashplayer.so /usr/lib64/mozilla/plugins
===== If the above doesn't work, then try:

Are you using Fedora 15 or Fedora 14?
If you are using Firefox 4 on Fedora 14, then remove the Firefox you currently have and then install it from the remi repo:
1. Change to root user:
Code:
su -
2. Install Remi repository
Code:
rpm -Uvh http://rpms.famillecollet.com/remi-release-14.rpm
3. Check Available Firefox 4 versions
Code:
yum --enablerepo=remi list firefox
4. Install Mozilla Firefox 4
Code:
yum --enablerepo=remi install firefox
=========== or try this, it might work. (for 64 bit linux)
http://forums.fedoraforum.org/showthread.php?t=205642

Last edited by skyxn3t; 20th May 2011 at 09:00 PM.
Reply With Quote
  #5  
Old 22nd May 2011, 09:21 AM
polhen's Avatar
polhen Offline
Registered User
 
Join Date: Nov 2007
Location: melbourne, australia
Posts: 24
linuxfedorafirefox
Re: Firefox 4 / Flash problems

hi !

i am having similar problem with flash player and firefox ver.3.6.17 ...i downloaded flash player from adobe site and tried to install on my fedora kde 13 distribution ...but after installation i am getting the message "un untrusted package was installed.the package flash-plugin is untrusted"...and i cant view the videos from "youtube"with firefox...
dont know what to do ...next..?
any help will be appreciated...

regards
pol

---------- Post added at 06:21 PM ---------- Previous post was at 05:21 PM ----------

hi !

problem resolved...
To begin, refer to the Adobe site at http://get.adobe.com/flashplayer/. Select YUM for Linux to download, and confirm
Issue the following command within the directory where you have downloaded the repository rpm file.

su -c 'rpm -ivh adobe-release-i386-1.0-1.noarch.rpm'

To import the key, type:

su -c 'rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux'

After completing the Adobe repository configuration, run the following command to install the Flash plugin and ensure sound is enabled:

su -c 'yum install nspluginwrapper alsa-plugins-pulseaudio flash-plugin'

restart firefox and you are done...

regards
pol
Reply With Quote
  #6  
Old 22nd May 2011, 01:40 PM
Riff Gaffer's Avatar
Riff Gaffer Offline
Registered User
 
Join Date: Nov 2009
Location: England
Age: 49
Posts: 75
linuxfirefox
Re: Firefox 4 / Flash problems

Quote:
Originally Posted by skyxn3t View Post
I remember having problems with flash with the firefox from the official website.
Try copying libflashplayer.so to /usr/lib/mozilla/plugins
Of course you would have to be root to copy files there.
Open Terminal
Code:
su
(enter password)

for 32 bit linux:
cp libflashplayer.so /usr/lib/mozilla/plugins

for 64 bit linux:
cp libflashplayer.so /usr/lib64/mozilla/plugins
===== If the above doesn't work, then try:

Are you using Fedora 15 or Fedora 14?
If you are using Firefox 4 on Fedora 14, then remove the Firefox you currently have and then install it from the remi repo:
1. Change to root user:
Code:
su -
2. Install Remi repository
Code:
rpm -Uvh http://rpms.famillecollet.com/remi-release-14.rpm
3. Check Available Firefox 4 versions
Code:
yum --enablerepo=remi list firefox
4. Install Mozilla Firefox 4
Code:
yum --enablerepo=remi install firefox
=========== or try this, it might work. (for 64 bit linux)
http://forums.fedoraforum.org/showthread.php?t=205642
Thanks. I've tried this but still having the same problem - although it seems to be restricted to the BBC website. Youtube works fine but the Beeb is a problem - and I use the BBC site way more.
Reply With Quote
  #7  
Old 22nd May 2011, 03:54 PM
skyxn3t's Avatar
skyxn3t Offline
Registered User
 
Join Date: Jul 2010
Posts: 210
linuxfirefox
Re: Firefox 4 / Flash problems

Quote:
Originally Posted by Riff Gaffer View Post
Thanks. I've tried this but still having the same problem - although it seems to be restricted to the BBC website. Youtube works fine but the Beeb is a problem - and I use the BBC site way more.
What version of Fedora are you using?
Watching videos on the BBC website works fine with me.
What do you mean by "Beep problem" ?
Reply With Quote
  #8  
Old 26th May 2011, 02:58 PM
satanselbow Offline
Registered User
 
Join Date: Apr 2011
Location: Upminster, Essex, UK
Posts: 169
linuxfirefox
Wink Re: Firefox 4 / Flash problems

I (maybe) have the benefit of a squeaky clean fresh install of F15 - although I did reuse my existing ~/.mozilla folder from Ubuntu Natty (ugh!) and installed firefox (4.0.1) from the repo.

Ever so slighty different instructions... that might help

download linux flashplayer from:

Code:
http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz
then mv ./libflashplayer.so to /usr/lib/mozilla/plugins/ in a root terminal as before.

iPlayer works, youtube works (for me) - full sound and no video tearing
Reply With Quote
  #9  
Old 31st May 2011, 08:46 AM
dencar Offline
Registered User
 
Join Date: May 2011
Location: Noosa, QLD, Australia
Posts: 11
linuxfirefox
Re: Firefox 4 / Flash problems

Hi. I have recently switched from LMDE to check out Fedora 15 with Gnome3 and I must say I am enjoying the experience and the forum. I do have a problem, though. LMDE running Firefox 4 would open this page without a hitch: http://youvw.com.au/ but Fedora says this:
Quote:
GET THE FULL ONLINE EXPERIENCE

CHECK THAT YOU'VE GOT JAVASCRIPT ENABLED AND THE LATEST FLASH PLAYER

THE SITE IS BEST VIEWED IN THE LATEST VERSION OF INTERNET EXPLORER, SAFARI OR FIREFOX
Download Flash
I have followed this thread and reinstalled Firefox from remi.repo and reinstalled Flashplayer. I have checked libflashplayer.so. I have checked everything I can think of with Javascript. Can anyone offer any further suggestions, please?

Edit: I also have installed everything offered by Fedoraplus.

Last edited by dencar; 31st May 2011 at 08:50 AM.
Reply With Quote
  #10  
Old 1st June 2011, 12:44 PM
dencar Offline
Registered User
 
Join Date: May 2011
Location: Noosa, QLD, Australia
Posts: 11
linuxfirefox
Re: Firefox 4 / Flash problems

I found a solution on the Linux Mint forums which I'm posting for the benefit of others with the same issue:
Quote:
Re: flash issue with browsers

Postby wyrdoak on Sun May 29, 2011 7:34 pm
try the "flash aid" add on for firefox it fixed all my browsers
Not sure what it does, but it worked.
Reply With Quote
  #11  
Old 1st June 2011, 12:47 PM
satanselbow Offline
Registered User
 
Join Date: Apr 2011
Location: Upminster, Essex, UK
Posts: 169
linuxfirefox
Wink Re: Firefox 4 / Flash problems

Flash Aid only works on Debian based distros...
Reply With Quote
  #12  
Old 1st June 2011, 01:36 PM
dencar Offline
Registered User
 
Join Date: May 2011
Location: Noosa, QLD, Australia
Posts: 11
linuxfirefox
Re: Firefox 4 / Flash problems

Quote:
Originally Posted by satanselbow View Post
Flash Aid only works on Debian based distros...
Well, that's a puzzle. The only thing I did was enable flash aid and now I can open the page I couldn't before. Certainly flash aid installed and is shown in my extensions and I note now that it says it is for Ubuntu. I have uninstalled and reinstalled Firefox 4 since I switched to Fedora, but I'm using the /home partition I had in LMDE - could Firefox think it is still Debian? I suppose I could check by disabling flash aid, but I don't want to break it again. Alternatively, maybe VW fixed the page? I'm happy it works for me, but am bound to retract what I thought was good advice.
Reply With Quote
  #13  
Old 4th June 2011, 07:17 AM
Jimstaffer Offline
Registered User
 
Join Date: Jun 2007
Posts: 14
linuxfedorafirefox
Re: Firefox 4 / Flash problems

Two things:

1. I think I have this problem too. I created a new thread an hour ago (because I hadn't found this one until now) titled "www.bbc.co.uk does not display on F14" - also in "Software". It seems that this might be the same problem, so I might refer my thread here.

2. When I search for BBC in the Fedora Forum search engine, no results are returned: not this thread, not my new one. Is there something non-obvious about using it? (I found this thread using Google.
Reply With Quote
  #14  
Old 22nd June 2011, 06:19 PM
TheIceMan Offline
Registered User
 
Join Date: Jul 2005
Posts: 73
linuxchrome
Re: Firefox 4 / Flash problems

same problem with f14
i even upgraded to v5 from remi repo and same problem

but for some reason firefox do find gtalk plugins !?!
Reply With Quote
Reply

Tags
firefox, flash, problems

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
FireFox 4 and Flash problems pkands Using Fedora 42 13th June 2011 02:51 AM
flash video on firefox on FC13 problems bhanuvrat Hardware & Laptops 24 5th November 2010 06:19 PM
Help with Fedora 10 (64bit) - Firefox 3 Flash plugin problems Achilleas Using Fedora 17 26th May 2009 04:43 PM
Firefox and Adobe Flash site don't agree on Flash version schwim Using Fedora 11 6th February 2007 03:02 AM
Firefox and Flash Plugin Problems Sticky Using Fedora 13 19th January 2007 11:33 PM


Current GMT-time: 07:40 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat