LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Iceweasel and Flash (https://www.linuxquestions.org/questions/linux-newbie-8/iceweasel-and-flash-696761/)

f1d0 01-12-2009 11:15 AM

Iceweasel and Flash
 
Hey all,

I'm running the latest version of debian on an x86 machine and so far i'm going pretty good (installed lame encoder on my own, yay!). what is really buggin the hell out of me though is iceweasel and this apparently common problem with flash player (v9 or v10). the plugin was listed on about:plugins and some flash movies would work, but it will not run youtube or any kind of streamed video at all. youtube tells me to download the latest version, which i have done and redone several times now, but still no dice on the video. after my latest attempt to install the flash player it disappeared from the plugin list.

i have done the following (this last time):

-dl'd the tar.gz and unpacked
-in terminal ./flashplayer-installer and started installation
-specified the prog directory as /usr/lib/iceweasel
-installation seems to have succeeded.

any help? please?

-F1D0

farslayer 01-12-2009 11:24 AM

is libflashplayer.so in the plugins directory of iceweasel, or linked there ?

From my Lenny box..

user@it-lenny:~$ locate libflashplayer
/usr/lib/iceweasel/plugins/libflashplayer.so
/usr/lib/flashplayer-mozilla/libflashplayer.so

f1d0 01-12-2009 12:01 PM

Quote:

Bri-Top:/usr/lib/iceweasel/plugins# locate libflashplayer
/usr/lib/iceweasel/plugins/libflashplayer.so
also i've been reading a similar topic here and also tried to apt-get libflash-mozplugin and libflash-swfplayer, and tried them each individually (rebooting each time) to avoid a conflict issue. still nothing.

vasmakk 01-12-2009 01:00 PM

Quote:

Originally Posted by f1d0 (Post 3405951)
also i've been reading a similar topic here and also tried to apt-get libflash-mozplugin and libflash-swfplayer, and tried them each individually (rebooting each time) to avoid a conflict issue. still nothing.

Hi f1d0!

I also had a similar problem ...
Here is what i did

1) Download libflashplayer.so to your /home/xxx directory. (Im running Debian AMD64 lenny and found the Shockwave Flash 10.0 d21 version of libflashplayer.so, is more stable than adobe's ... Anyway!)

2) As a su do the following ...

# mkdir /usr/local/lib/flashplugin
# cp libflashplayer.so /usr/local/lib/flashplugin
# cd /etc/alternatives
# mv flash-mozilla.so flash-mozilla.so-bak
# ln -s /usr/local/lib/flashplugin/libflashplayer.so flash-mozilla.

Wish you luck!
Vas

craigevil 01-12-2009 03:24 PM

Get rid of libflash-mozplugin and libflash-swfplayer

Use the debian-multimedia.org repo, apt-get flashplayer-mozilla

:)

File name: /usr/lib/flashplayer-mozilla/libflashplayer.so
Shockwave Flash 10.0 r15

f1d0 01-13-2009 12:52 PM

thx CraigEvil, that seems to have done the trick, although i can swear i'd done it 10 or so times...

thanks for all the help!


All times are GMT -5. The time now is 12:20 PM.