LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Where do I place the flashplayer plugin? (https://www.linuxquestions.org/questions/debian-26/where-do-i-place-the-flashplayer-plugin-713893/)

fof3 03-23-2009 04:47 PM

Where do I place the flashplayer plugin?
 
I just downloaded Adobe's pre-release for Flashplayer 10; but I don't know where to put it.

pljvaldez 03-23-2009 05:03 PM

I installed flashplayer 10 (flashplayer-mozilla) from Debian Multimedia.

But here's the instructions from Adobe's website.

jdkaye 03-24-2009 05:06 AM

For individual users you can put libflashplayer.so here:
~/.mozilla/plugins/
For system-wide it depends on how you installed your FFx.
cheers,
jdk

reddazz 03-24-2009 06:25 AM

For global installation, you can put libflashplayer.so in /usr/lib/mozilla/plugins or /usr/lib/iceweasel/plugins.

sonichedgehog 03-26-2009 05:09 PM

what am I doing wrong?
 
A website keeps refusing to play content and directs me to download adobe-flashplayer, it installs OK, but still doesn't play the videos which I think are swf, I get the same direction to the adobe site.

I have Debian Lenny with up to date iceweasel.

I have modified as follows, copying the libflashplayer.so from the tarball to replace the same file in these directories, reserving the original files in case this is a mistake:

Code:

jan:/usr/lib/adobe-flashplugin# cp libflashplayer.so master.libflashplayer.so
jan:/usr/lib/adobe-flashplugin# ls
libflashplayer.so  master.libflashplayer.so
jan:/usr/lib/adobe-flashplugin# rm libflashplayer.so

jan:/usr/lib/adobe-flashplugin# cp /home/jan/libflashplayer.so /usr/lib/adobe-flashplugin/libflashplayer.so
jan:/usr/lib/adobe-flashplugin# ls
libflashplayer.so  master.libflashplayer.so
jan:/usr/lib/adobe-flashplugin# ls -l
total 19784
-rwxr-xr-x 1 root root 10131640 2009-03-26 08:14 libflashplayer.so
-rw-r--r-- 1 root root 10089232 2009-03-26 08:05 master.libflashplayer.so
jan:/usr/lib/adobe-flashplugin# cd /usr/lib/iceweasel/plugins
jan:/usr/lib/iceweasel/plugins# ls libflash*
libflashplayer.so
jan:/usr/lib/iceweasel/plugins# ls -l libfla*
-rwxr-xr-x 1 root root 8115888 2008-09-23 23:09 libflashplayer.so

So the "libflashplayer.so" replaced, is a few months older

Code:

jan:/usr/lib/iceweasel/plugins# cp libflashplayer.so master.libflashplayer.so
jan:/usr/lib/iceweasel/plugins# ls libfla*
libflashplayer.so
jan:/usr/lib/iceweasel/plugins# ls master*
master.libflashplayer.so
jan:/usr/lib/iceweasel/plugins# rm libflashplayer.so

jan:/usr/lib/iceweasel/plugins# cp /home/jan/libflashplayer.so /usr/lib/iceweasel/plugins/libflashplayer.so

Another possible problem is that the file association in iceweasel makes no reference to the flashplayer plugin, it will use swfplayer or mplayer.

The fact that my laptop (Ubuntu) plays from this website may be relevant.

Help?
Thanks

craigevil 03-26-2009 05:43 PM

remove sfwdec-mozilla, then using either backports apt-get install flashplugin-nonfree or use debian-multimedia.org and do apt-get install flashplayer-mozilla

/usr/lib/flashplayer-mozilla
/usr/lib/flashplayer-mozilla/libflashplayer.so

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

sonichedgehog 04-02-2009 07:21 PM

Thanks craigevil. Meantime I updated iceweasel, and a user that had addon mediaplayer connectivity was then able to watch x shockwaveflash content. I note in associations x swf had libflashplayer.so specified, but making the corresponding change to user2 didn't work. Mediaplayer connectivity + xswf associated with almost any application enabled user2 to call up the video without reverting to the default "you need updated adobeflashplayer10" screen but it wouldn't play, even using libflashplayer.so.
As a shortcut I reserved the .mozilla directory in the user that had the problems by renaming to .mozillaMASTER then substituted in the "correct" version with file ownerships altered, it was mucky but effective. I'll keep your suggested fix in mind for next time it goes wrong. I'd be interested to find out why user1 came right just with the libflashplayer.so copied in then iceweasel updated. It was definitely not a systemwide problem as the fix was in the user's home directory.


All times are GMT -5. The time now is 01:13 AM.