PDA

View Full Version : [ubuntu] flash player in opera



davellew69
July 31st, 2009, 05:22 PM
Hi chaps and Chapesses, I am having a problem using flash player in opera? i can watch news videos on bbc website, watch youtube all fine in firefox, and konquer, but not having much luck in opera...I am puzzled

Liolikas
July 31st, 2009, 05:27 PM
Very old article but maybe it will help:
http://www.ubuntugeek.com/how-to-get-flash-working-in-opera-920.html

davellew69
July 31st, 2009, 05:36 PM
thanks, i`ll give it a go now

davellew69
July 31st, 2009, 06:22 PM
no luck, as its old most of the links don`t work

Liolikas
July 31st, 2009, 06:31 PM
Key part is here:


Now you need to install Flash9 (maybe 10) from (adobe.com)

Now you need to extract this file using the following co(m)mand

sudo tar xzvf install_flash_player_9_linux.tar.gz

Now you need to go in to the install_flash_player_9_linux directory

cd install_flash_player_9_linux/

sudo cp libflashplayer.so /usr/lib/opera/plugins

sudo cp flashplayer.xpt /usr/lib/opera/plugins


That may be enough in 2009 not 2007 if not write here.

davellew69
July 31st, 2009, 09:31 PM
tar: install_flash_player_10_linux.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
llewellyn@llewellyn-desktop:~$ sudo tar xzvf install_flash_player_9_linux.tar.gz


no luck, am i doing something wrong

Liolikas
July 31st, 2009, 09:34 PM
You have to download it at first:
http://www.adobe.com/products/flashplayer/

davellew69
July 31st, 2009, 09:52 PM
downloaded it, but still getting the same message

Liolikas
July 31st, 2009, 09:55 PM
show:


ls

You have to cd into donloads folder first then tar -x...

davellew69
July 31st, 2009, 10:02 PM
ok im now lost..lol

RomeReactor
July 31st, 2009, 10:05 PM
Hi. Are you using Ubuntu 32 bit or 64? How did you install Flash for the other browsers?

davellew69
July 31st, 2009, 10:37 PM
as far as i know its a 32 bit, i installed flash by downloading deb file, the intsalling

RomeReactor
August 1st, 2009, 04:23 AM
In Opera, go to 'Tools->Preferences->Advanced'; on the window that pops up, you should see various sections. Highlight 'Content', and make sure the "Enable plug-ins" box is checked. Press the "Plug-in Options" button, and see if it lists Flash there; if it doesn't, press "Find New...". If it still doesn't show the Flash plugin, post the "Plug-in path" line. And make sure you don't have multiple versions of Flash installed, or Gnash.

W4l0ck
August 1st, 2009, 04:30 AM
I have the same problem.

oldos2er
August 1st, 2009, 04:45 AM
Much easier just to run

sudo apt-get update && sudo apt-get install flashplugin-nonfree

Sorry, I should've read the OP more carefully.

If you've downloaded flash to your desktop, you first need to run cd ~/Desktop before untarring the file. Then the rest of the instructions should work.