[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
slackware:flashplugin [2012/09/05 07:24 (UTC)] jprzybylskislackware:flashplugin [2015/06/12 14:08 (UTC)] (current) – [Flash Player] Point people to Chromium and its Pepperflash plugin. alienbob
Line 1: Line 1:
 ====== Flash Player ====== ====== Flash Player ======
 +
 [[http://www.adobe.com/products/flashplayer.html|Flash Player]] is, in most forms, a web browser plugin used primarily to play videos, games, advertisements and particularly gaudy websites. It is owned by [[http://www.adobe.com/|Adobe]], and is proprietary software. [[http://www.adobe.com/products/flashplayer.html|Flash Player]] is, in most forms, a web browser plugin used primarily to play videos, games, advertisements and particularly gaudy websites. It is owned by [[http://www.adobe.com/|Adobe]], and is proprietary software.
  
-Because of some parts of it's nature (it can be unstable, it is updated frequently, and these updates often are to fix security holes), it is not included in a default installation of Slackware. A [[http://slackbuilds.org/repository/13.37/multimedia/flash-player-plugin/|SlackBuild]] exists to install it, and there are [[http://connie.slackware.com/~alien/slackbuilds/flashplayer-plugin/|packages]] available on AlienBOB's FTP server. Both of these solutions are for Mozilla browsers only (Firefox, Thunderbird and Seamonkey), so if you plan on using Chromium or [[slackware:opera|Opera]], you will have to download and install it manually. [[howtos:google-chrome|Google Chrome]] comes integrated with a new version automagically.+Because of some parts of it's nature (it can be unstable, it is updated frequently, and these updates often are to fix security holes), it is not included in a default installation of Slackware. A [[http://slackbuilds.org/repository/13.37/multimedia/flash-player-plugin/|SlackBuild]] exists to install it, and there are [[http://connie.slackware.com/~alien/slackbuilds/flashplayer-plugin/|packages]] available on AlienBOB's FTP server. Both of these solutions are for Mozilla browsers only (Firefox, Thunderbird and Seamonkey).
  
 + [[howtos:software:google-chrome|Google Chrome]] comes integrated with an up-to-date version automagically. If you prefer Chromium as your browser, you can download the [[http://taper.alienbase.nl/mirrors/people/alien/slackbuilds/chromium-pepperflash-plugin/|chromium-pepperflash-plugin package]] which contains the Flash library as extracted from the official Google Chrome binaries. This plugin package will work out of the box with AlienBOB's own [[http://taper.alienbase.nl/mirrors/people/alien/slackbuilds/chromium/|chromium package]].
 +
 +If you are using [[slackware:opera|Opera]], you will have to download and install it manually.
 ====== Installation ====== ====== Installation ======
 +
 Getting Flash Player on your computer is mostly just putting a file in the right directory, but it is different for every browser.  Getting Flash Player on your computer is mostly just putting a file in the right directory, but it is different for every browser. 
  
Line 20: Line 25:
  
 This will give you something like this: This will give you something like this:
-<code bash>+<code>
 darkstar:$ ls darkstar:$ ls
 install_flash_player_11_linux.i386.tar.gz install_flash_player_11_linux.i386.tar.gz
Line 43: Line 48:
  
 Either browser should then pick it up and start using it automatically. Don't be afraid to create the ''plugins'' folder in either case if it does not already exist. To uninstall, simply delete ''libflashplayer.so''. Either browser should then pick it up and start using it automatically. Don't be afraid to create the ''plugins'' folder in either case if it does not already exist. To uninstall, simply delete ''libflashplayer.so''.
 +
 +===== Additional Goodies =====
 +
 +You may have noticed that, after unpacking the Flash Player, there are quite a few files aside from ''libflashplayer.so'', each of which you may or may not want to install. 
 +
 +First off is ''readme.txt'', which contains a few pearls of wisdom and is worth a quick read.
 +
 +Aside from that is a directory called ''usr'', which contains some .desktop files, icons and a program for configuring Flash Player. It is worth installing, and primarily exists for KDE integration. Simply doing this:
 +
 +<code>
 +darkstar:$ su
 +Password:
 +darkstar:# ls
 +install_flash_player_11_linux.i386.tar.gz
 +libflashplayer.so
 +readme.txt
 +usr
 +darkstar:# cp -r usr/* /usr
 +</code>
 +
 +However, it is completely optional, as the defaults for Flash Player are fine. 
  
 ====== Sources ====== ====== Sources ======
 http://support.google.com/chrome/bin/answer.py?hl=en&answer=108086 http://support.google.com/chrome/bin/answer.py?hl=en&answer=108086
-{{tag>slackware}}+{{tag>software howtos}}
 slackware:flashplugin ()