Lightspark
Sign in to saveLightspark is a free and open-source Adobe Flash (SWF) player released under the terms of the GNU Lesser General Public License (LGPL) version 3.
Key facts
- Software.language
- English
- Software.genre
- Multimedia
- Software.license
- LGPLv3
- Software.name
- Lightspark
- Software.title
- Lightspark
- Software.logo
- border|280px|Lightspark logo
- Software.developer
- Alessandro Pignotti
- Software.latest release version
- 0.9.0
- Software.programming language
- C++
- Software.operating system
- Linux, FreeBSD, Windows
- Software.platform
- IA-32, x86-64
- Software.size
- (Win32), (Win64)
via Wikipedia infobox
Official website
Link to the official site · 982 chars · not written by Vinony
Source code
Lightspark supports SWF files written on all versions of the ActionScript language. Lightspark won't be able to access the fonts installed in the system if the fontconfig development files are not installed. The following tools are also required: cmake nasm c/c++ compiler with support for c++14 (gcc version =5 or clang version =3.4) There are two ways of building Lightspark. You can use the included script, by running ./build.sh . or for a debug build, run ./build.sh -d . You can also do it manually, with the following commands: If you run into issues building Lightspark, firstly try deleting the contents of obj , and run ./build.sh file again. If you continue to have issues, please let us know. Most browsers including Firefox and Chromium don't support flash any longer, so the plugins don't work on their latest versions. The command line version of Lightspark can play a local SWF file. Many applications do not yet work yet because the implementation is incomplete. But we do support a number of them. See our [compatibility page] for more details. The Flash Player Projector can be found here, or if that link is broken, on this page, under the Linux category. Extract the archive, and then you have your flashplayer executable. This should be used when testing Lightspark, to discern what are genuine bugs with Lightspark, and what are simply bugs with the SWF file itself. If you think you have found a bug, see our bug reporting help for details.
Excerpt from the source-code README · 5,738 chars · not written by Vinony
Wikidata facts
- Official website
- lightspark.github.io
Show 2 more facts
- software version identifier
- 0.9.0
- source code repository URL
- github.com/lightspark/lightspark
via Wikidata · CC0
~1 min read
Article
6 sectionsContents
- Features
- Portability
- See also
- References
- Further reading
- External links
Lightspark is a free and open-source Adobe Flash (SWF) player released under the terms of the GNU Lesser General Public License (LGPL) version 3.
== Features == Lightspark supports most of ActionScript 3.0 and has an NPAPI plug-in. Though it has some support for it, it will fall back on Gnash, a free SWF player, on ActionScript 1.0 and 2.0 (AVM1) code.