Does anyone know what libraries I have to install to play .swf files?
10 Answers
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.
-
2The real solution to play `swf` (shockwave flash) files in browsers while they just save or ask to save local `swf` files. (Pushing some keywords here.) – AliNajafies Sep 10 '14 at 23:33
-
6No need to reinstall flash player here. After updating mime database it works. – AliNajafies Sep 10 '14 at 23:35
-
this works like a charm.. – Gaurav Sharma Dec 29 '14 at 11:13
-
http://askubuntu.com/questions/478169/why-cant-firefox-run-local-swf-files – Alwin Kesler Apr 11 '16 at 14:01
-
1Tested on Ubuntu 16.04 + Chrome. It works. Thanks a lot! – jap1968 May 09 '16 at 11:22
-
Nope, this didn't work - the videos don't run. `gnash` did the job well though. – Alex Oct 05 '17 at 15:40
-
Didn't work on Ubuntu 17.10 :( gnash can't play games, only videos. – Beast Winterwolf Nov 03 '17 at 21:47
.swf files can be opened with gnash swf viewer. If you don't have it:
sudo apt-get install gnash
-
-
I do not know however where the Gnash is officially developed and where one should sent suggestions (like Persian and Arabic language support above). On the github https://github.com/strk/gnash , or at savannah http://savannah.gnu.org/projects/gnash/ ? At the first one there are some commits from 2016, but the second one seems to be outdated. In my Ubuntu LTS there is version 0.8.11alpha while the github has a README of 0.8.8. – Arpad Horvath Jan 04 '18 at 17:32
-
4Not in 20.04 anymore https://packages.ubuntu.com/search?keywords=gnash :-( https://askubuntu.com/questions/619849/how-to-download-gnash-swf-player-from-ubuntu-centre-to-synaptic-manager – Ciro Santilli OurBigBook.com Aug 19 '20 at 21:09
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.
- 2,583
- 19
- 26
-
1Ok, I guess I had some sort of configuration problem. When I tried to install the flash plug-in into my browser it said it was already installed, but I still couldn't play the videos. An uninstall/reinstall fixed my problem. – jumpnett Oct 14 '10 at 18:27
-
-
If Googlers don't want to do this accepted answer, check out this one: https://askubuntu.com/a/467892/374783 – user1717828 Feb 18 '18 at 18:56
-
Adobe Flash Player Support Center https://www.adobe.com/support/flashplayer/debug_downloads.html with Adobe Flash Player 32 (Win, Mac & Linux) standalone players for Flex and Flash developers. – Anderson Apr 23 '21 at 18:26
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.
- 153
- 1
- 9
-
The download link is broken, showing an end-of-life page. But the site link works, and I could still download the player projector from there. – Raslanove Oct 16 '21 at 18:35
Just found worked solution to play flash with firefox from ubuntuforums
Here are steps in resume:
Create file ~/.mime.types with content:
application/x-shockwave-flash swf swfl
Disable setting plugins.http_https_only (make it equal to false) in firefox by typing: about:config in URL box and finding this setting with Ctrl+f.
Now you can open .swf file from file manager by Open With Firefox. Or open it from firefox with Ctrl+o.
PS. you'll need to accept the warning about accept the risk and restart firefox once setting is set to false.
- 1,484
- 1
- 17
- 19
How to open a .swf-file with Firefox browser
Right-click on the file. Choose Properties > Open With, then click on show other applications. Now you can add firefox in the list. Set it as default. Now double-click on the .swf-file.
It will open in the Firefox and play itself. I assume the flashplayer-plugin is already installed in Firefox, else it will ask you to install flashplayer-plugin. Follow the steps and you are good to go.
In order to locally open .swf file with more recent Firefox versions
(78+), old methods wouldn't work, e. g. changing/replacing entries of
application/vnd.adobe.flash.movie with appropriate entries for application/x-shockwave-flash (or creating the latter, where the former was missing).
Tried modifications:
installing
flashplayer-mozillapackagein FF'
about:config, settingplugins.http_https_onlytofalsein FF' Shockwave Flash plugin's settings, enabling
alays askapplying the above in FF' profile folder's 'mimeTypes.rdf'
creating file ~/.mime.types with entry:
application/x-shockwave-flash swf swflreplacing
vnd.adobe.flash.moviewith that entry in/etc/mime.typesreplacing/adding an appropriate entry for
<mime-type type="application/x-shockwave-flash">to /usr/share/mime/packages/freedesktop.org.xmlexecuting mandatory
update-mime-database /usr/share/mime
So, even with xdg-mime query default application/... pointing to
Firefox' corresponding .desktop starter configuration file, for both
mime types, and FF correctly showing a choice to execute '*.swf' with
Flash Player, it failed.
SOLUTION:
As it turned out, the following steps were required, to finally be able
to execute local .swf files in Firefox (with some of the above maybe
still required beforehand):
Replace following entry in FF profile folder's file handlers.json (mind replacing exactly between the correct 2 commata!)
application/vnd.adobe.flash.moviewith
"application/x-shockwave-flash":{"action":2,"handlers":[{"name":"flashplayer","path":"/usr/lib/flashplayer-mozilla/libflashplayer.so"}],"extensions":["swf"],"ask":true}Re-install
flashplayer-mozillapackageDisconnect from the network (!)
Temporarily reset the desktop's system date, back to before the official EoL date (< December 31, 2020) of FlashPlayer, or else it will attempt redirecting to Adobe's EoL website (!)
Now finally 'enjoy' playing your favorite local SWF / FlashPlayer files!
After finished, restore the original system date (!)
NOTE: There might be a problem with all add-on's disabled after a restart, if restoring the original system date before hasn't occured before (or while FF trying to update its components, unless disabled before).
To fix this, reset all of Firefox' registry entries, starting with
app.update.lastUpdateTime*.
P.S.: It might be arguably a 'good idea', to store away a copy of the last version (32.0 r0 / 32.0.0.465) of Shockwave Flash player's binary from /usr/lib/flashplayer-mozilla/libflashplayer.so - you never know, it might vanish from the repositories someday. But then, Mozilla could also blacklist the plugin completely.
Also, if somehow it doesn't work out, you might check for the following
registered mime type in the Shockwave Flash plugin's settings in FF:
application/x-shockwave-flash (Shockwave Flash: swf)
And in about:preferences#general Applications, search for 'Flash'; it
should show Flashplayer | always ask.
To execute a local .swf files, you'll have to click through several
security warning popups (2-4), each time, especially, with NoScript.
ATTENTION:
Due to the notorious security problems history with Flash Player, use this method at your own risk! It's generally a bad idea, and most especially, to download new .swf files from dubious websites and executing them. This method should be used with caution, and only if you 'know what you're doing' !
- 1
Install swfdec-gnome
sudo apt-get install swfdec-gnome
Use latest Google Chrome (which has inbuilt flash support)
- 18,289
- 19
- 78
- 113
- 613
- 5
- 12
Another solution if you do not want to open it in web browser is you can install shockwave player for windows in Ubuntu via wine. I installed it and it's work fine.
- 27,944
- 10
- 78
- 101
- 3,054
- 2
- 23
- 24
