salut tout le monde,
il existe un paquet pour debian 64bit qui installe ce plugin (ca fait un petit temps maintenant)
Il suffit d’installer le paquet flash-plugin-nonfree ou flashplayer-mozilla(j’ai pas testé ce dernier mais le premier marche très bien)
Le script ci dessous est donc obsolète
il faut tout d’abord installer ce paquet
ensuite executer ce script en root:
[code] #!/bin/bash
Script created by
# Romeo-Adrian Cioaba romeo.cioaba@spotonearth.com
# Super minor updates by jason.melton[at]gmail[dot]com
# Released under GPL
echo "Stopping any Firefox that might be running"
killall -9 iceweasel
echo "Removing any other flash plugin previously installed:"
apt-get remove -y --purge flashplugin-nonfree gnash gnash-common mozilla-plugin-gnash swfdec-mozilla libflashsupport nspluginwrapper libflash-mozplugin
rm -f /usr/lib/mozilla/plugins/flash
rm -f ~/.mozilla/plugins/flash
rm -f /usr/lib/iceweasel/plugins/flash
rm -f /usr/lib/firefox/plugins/flash
rm -f /usr/lib/firefox-addons/plugins/flash
rm -rfd /usr/lib/nspluginwrapper
echo "Installing ia32-libs and nspluginwrapper"
apt-get install ia32-libs nspluginwrapper
echo "Getting libs"
getlibs -p libcurl3
getlibs -p libnss3-1d
getlibs -p libnspr4-0d
getlibs -p libidn11
getlibs -p libssh2-1
echo "Installing Flash Player 10"
cd ~
wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz
tar -xvvzf install_flash_player_10_linux.tar.gz
cp install_flash_player_10_linux/libflashplayer.so /usr/lib/mozilla/plugins/
rm -rf ~/install_flash_player_10_linux/
nspluginwrapper -i /usr/lib/mozilla/plugins/libflashplayer.so
echo "Linking the libraries so Firefox can find it."
ln -sf /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/mozilla/plugins/
ln -sf /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/firefox-addons/plugins/
echo “Done :-)” [/code]
script tiré d’ici
je l’ai légerement adapté pour debian (iceweasel et sudo)
chez moi ca marche
[edit] normalement ca doit marcher pour la dernière version