How do I play .swf files?
Does anyone know what libraries I have to install to play .swf files?
Sorry, that didn't post right.
Edit /usr/share/mime/packages/freedesktop.org.xml file and change
<mime-type type="application/vnd.adobe.flash.movie">
to
<mime-type type="application/x-shockwave-flash">
and then run
sudo update-mime-database /usr/share/mime
and then reinstall flash player.
.swf
files can be opened with gnash
swf viewer. If you don't have it:
sudo apt-get install gnash
You can use the standalone flashplayer by Adobe : https://help.ubuntu.com/community/FlashPlayerStandalone
But you can also open the file in your Internet browser if you have installed flash plugin.
What worked for me is going to the adobe site and then selecting
Download the Flash Player Projector (64-bit)
Then extract the contents,inside the extracted folder there is a file called flashplayer open it. Then CTRL+O to open the file locally isntead of typing it as a url.