Just installed fedora16, and you cannot view videos from websites such as Youku. The reason is that the plug-in is not installed properly. On the Adobe website
Http://get.adobe.com/flashplayer/
Download the installation package install_flash_player_11_linux.i386.tar.gz. After decompression, no installation instructions were found, so I went back to the Adobe website and found no results after half a day. Search for the following information on the Internet:
(Source: http://www.cyberciti.biz/tips/linux-install-flash-player-10.html)
Method #2: Install Flash Player 10 final in your home directory
If you need to install Flash plugin your home directory, type the following commands. To uninstall type the command:
$ Cd ~ /. Mozilla
$ RM flashplayer. xpt libflashplayer. So
Visit
Adobe website to grab Flash Player 10 tar.gz (TAR ball). Download and install Flash Player 10 (Please exit any browsers you may have running ):
$ CD/tmp
$ Wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz
$ Tar-zxvf install_flash_player_10_linux.tar.gz
$ CD install_flash_player_10_linux
$./Flashplayer-Installer
......
Inspired by the above information, and summarized the following installation steps:
1、download the installation package install_flash_player_11_linux.i386.tar.gz;
2,
Decompress the file:$ Tar-xvf
Install_flash_player_11_linux.i386.tar.gz
;
3. Get a file and a directory: libflashplayer. So and USR;
4. Move the above two objects to the Plugins directory under Mozilla: (TT1 is the user name used by the slave)
$ MV libflashplayer. So/home/TT1/. Mozilla/plugins
$ MV usr/home/TT1/. Mozilla/plugins
5. Restart Firefox.
(Note: The Firefox directory is in the/usr/lib directory, but the Plugins directory cannot be found)