Showing posts with label Flash Player. Show all posts
Showing posts with label Flash Player. Show all posts

Saturday, 24 September 2011

Fix Flash Player (Firefox)

To fix the full screen issues with Firefox, add  "env LD_PRELOAD=/usr/lib/libGL.so.1" to the launcher in front of "firefox %u" so it reads...
env LD_PRELOAD=/usr/lib/libGL.so.1 firefox %u
N.B. May need re-editing on upgrade.

Saturday, 14 November 2009

Flash Player Glitches


Removing Conflicting Plugins

Ubuntu comes with swfdec plug-in, but it doesn't work on several sites. Installing the version from Adobe might solve this problem and improve performance.

To remove other flash plug-ins and install only the one from Adobe open "Applications >> Accessories >> Terminal", then paste (CTRL+SHIFT+V) the code below in the terminal window and hit enter:

sudo apt-get remove swfdec-mozilla
sudo apt-get remove mozilla-plugin-gnash
sudo apt-get remove adobe-flashplugin
sudo apt-get remove flashplugin-nonfree
sudo apt-get install flashplugin-nonfree

Flash Tweaks

If you're still encountering problems, try:

sudo mkdir /etc/adobe
echo "OverrideGPUValidation=true" >~/mms.cfg
sudo mv ~/mms.cfg /etc/adobe/

Friday, 17 April 2009

How To Install Flash Player 10 (Fedora 10)


sudo rpm -ivh
http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
sudo rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
mkdir -p /usr/lib/mozilla/plugins
sudo yum install flash-plugin
mozilla-plugin-config -i -g -v

Saturday, 1 November 2008

Install Flash and Java Plugins - 32 Bit

To get Flash and Java working, either download flashplugin-nonfree, sun-java6-jre and sun-java-plugin through Synaptic and then restert Firefox.

Or:

sudo apt-get install flashplugin-nonfree
sudo apt-get install sun-java6-jre sun-java6-plugin

If you need to choose between older Java installations, then type:

sudo update-alternatives --config java

...and follow the onscreen prompt.

Tuesday, 26 August 2008

Install Flash Player (64 Bit)

sudo apt-get install nspluginwrapper flashplugin-nonfree lib32nss-mdns

sudo ln -sf /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/firefox-addons/plugins/

sudo ln -sf /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/firefox-3.0.1/plugins/