Gnash
Updated: 09/15/2024 by Computer Hope
![Gnash logo](/jargon/g/gnash.png)
Gnash is a free Adobe SWF (Small Web Format) movie player that users may utilize to view SWF media versions 1 to 9 (version 10 is not supported).
Gnash through the command line
The program is run through the command line using a command similar to the following example.
gnash /home/hope/gnash/testsuite/car_smash.swf
In this example, we're playing the car_smash.swf file included with the Gnash installation file.
Gnash online
It's also possible to use Gnash to play Flash files still on the Internet using a command similar to the following example.
gnash -u http://example.com/flashfile.swf
Tip
Further command options are found using the gnash --help and in the manual on the Gnash website.