There are now two options for installing Adobe Flash Player in Slamd64:

- Installing the beta 64-bit Flash 10.0 plugin; this is native, generally
	seems more reliable, but is new, and relatively untested.
- Installing the 32-bit Flash 9.0 plugin, and use nspluginwrapper; this is
	the more-tried approach, having been the only to installing Flash
	on 64-bit Linux until mid-November 2008.

Both are described below.

--- Installing the 64-bit Flash 10.0 Plugin ---

1) Download the .tar.gz containing the x86_64 linux libflashplayer.so
	from http://labs.adobe.com/downloads/flashplayer10.html
2) Move libflashplayer.so to ~/.mozilla/plugins/
3) The plugin should now work. In Konqueror, you may need to select "Scan
	for New Plugins" from "Settings" -> "Configure Konqueror..." ->
	"Plugins" -> "Netscape Plugins" -> "Scan"

--- Installing the 32-bit Flash 9.0 Plugin ---

Installing Adobe Flash Player (http://www.adobe.com/products/flashplayer/)
in a way that works with 64-bit browsers in Slamd64 is simple - these
instructions are for a single-user install of the plugin, but are easily
adaptable to a system-wide install.

This requires the installation of the 32-bit compatability packages, which
are located in slamd64/c/.

1) Download the .tar.gz containing the installer and libflashplayer.so
2) Move libflashplayer.so somewhere suitable to keep it permanently, for
	example, ~/.32plugins
3) Go into the directory you moved it to, and type:
	nspluginwrapper -i $(pwd)/libflashplayer.so
4) The plugin should now work. In Konqueror, you may need to select "Scan
	for New Plugins" from "Settings" -> "Configure Konqueror..." ->
	"Plugins" -> "Netscape Plugins" -> "Scan"