GNOME desktop environment - Centos 6 - Installing flash

Status
Not open for further replies.

igordr

Member
22
2012
1
0
Hello guys,

I have installed GNOME desktop environment and VNC server on my linux centos 6.3.
I have problem with using Mozilla Firefox on it. For example, some forms, like upload buttons, on certain websites are not shown... There is just blank space, and mozilla poops some message like: you need additional media, when i click there, to search for plugins, it says nothing found.

My question is, what i should install, maybe flash ?
So that buttons work fine. That are upload media buttons.

Example may be:
Code:
http://vidbull.com/
Button browse, is not available in my linux vnc...

Thanks.
 
2 comments
## Adobe Repository 32-bit x86 ##
rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux

## Adobe Repository 64-bit x86_64 ##
rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux

## Then Update Repositories ##

yum -y update

## Install Adobe Flash Player ##

yum install flash-plugin nspluginwrapper alsa-plugins-pulseaudio libcurl
 
Status
Not open for further replies.
Back
Top