LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Firefox / Flash Player problem: Sometimes only audio works, video is white screen. (https://www.linuxquestions.org/questions/ubuntu-63/firefox-flash-player-problem-sometimes-only-audio-works-video-is-white-screen-715006/)

NOoBuntuLinux 03-27-2009 10:46 PM

Firefox / Flash Player problem: Sometimes only audio works, video is white screen.
 
I cant figure this out. I've un-installed firefox and re-installed it a few times, along with flash player, and its not working. I watch youtube videos all the time. When I click on a video, the screen will be white, but audio will play. Sometimes when I reload the page, it will be a black screen like normal, and play the video with audio.

Is there a fix for this?

I have Ubuntu Linux 8.04 LTS Desktop edition.

Yes I have tried installing/re-installing, un-installing Ubuntu restricted extras. No Luck.

THANKS!!!!!!

tommcd 03-28-2009 10:16 PM

How are you installing flash? The flash plugin from the Ubuntu repos should work fine. If you are using the flash plugin from adobe then remove that and install the flash from the Ubuntu repos.

If that don't work then create a new profile. Move your ~/.mozilla folder to ~/.mozilla.bak and relaunch firefox.

If that don't work then uninstall the flash plugin from the Ubuntu repos. Then download the linux .tar.gz flash installer from adobe.com:
http://get.adobe.com/flashplayer/
Then untar it (use the exact name of the file here):
Code:

tar -xzf install_flash_player_10_linux.tar.gz
Then copy the libflashplayer.so from the directory that is created to /usr/lib/mozilla/plugins:
Code:

sudo cp /path/to/libflashplayer.so /usr/lib/mozilla/plugins
The restart firefox.


All times are GMT -5. The time now is 07:25 AM.