flash

Asked by Henry Folorunsho

am having problems with some website video, its streaming the flash it deos not play very well it like i don't have the right plug-in
from adobe

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu flashplugin-nonfree Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

lsb_release -a; uname -a; dpkg -l | grep flash; dpkg -l | grep gnash; dpkg -l | grep swf

Thanks

Revision history for this message
Henry Folorunsho (henryxav) said :
#2

thanks i have some site are ok but are not

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Greta, but it's not the output of the command is it.....

Revision history for this message
Henry Folorunsho (henryxav) said :
#4

sorry don't understand what you mean here

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Copy the command and paste it to a terminal, press ENTER and copy the output. Paste it here as an update.

Revision history for this message
Henry Folorunsho (henryxav) said :
#6

henry@localhost:~$ lsb_release -a; uname -a; dpkg -l | grep flash; dpkg -l | grep gnash;
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.04
Release: 11.04
Codename: natty
Linux localhost 2.6.38-9-generic #43-Ubuntu SMP Thu Apr 28 15:23:06 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
ii flashplugin-installer 10.3.181.14ubuntu0.11.04.1 Adobe Flash Player plugin installer
henry@localhost:~$ dpkg -l | grep swf

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#7

ok try:

sudo apt-get --purge remove flashplugin-installer
sudo apt-get --purge autoremove
sudo add-apt-repository ppa:sevenmachines/flash
sudo apt-get update
sudo apt-get install flashplugin64-installer

Then close all browsers, then rerun. Gives you 64bit for your 64bit OS

Revision history for this message
Henry Folorunsho (henryxav) said :
#8

thanks

problem solved, you are the greatest

Henry