Lightspark


Lightspark is a free and open-source SWF player released under the terms of the GNU Lesser General Public License version 3.

Features

Lightspark supports most of ActionScript 3.0 and has a Mozilla-compatible plug-in. It will fall back on Gnash, a free SWF player on ActionScript 1.0 and 2.0 code.
Lightspark supports OpenGL-based rendering and LLVM-based ActionScript execution and uses OpenGL shaders. The player is compatible with H.264 Flash videos on YouTube.

Portability

The Lightspark player is completely portable. It has been successfully built on Ubuntu 11.04 on PowerPC, x86, ARM and AMD64 architectures. Lightspark has a Win32 branch for Microsoft Visual Studio and introduced a Mozilla-compatible plug-in for Windows in version 0.5.3. Since then, the project hasn't seen any official Windows release, but newer versions are continuously built and made available through Jenkins.

Version history

Changes between versions:
Lightspark versionRelease dateNotes

0.8.0
14 July 2017Make NPAPI plugin windowless, now it works on Firefox > version 52, add ppapi plugin for use with chromium based browsers, switch to SDL2/SDL2_mixer for everything except Firefox plugin, the plugin uses gtk2 to interact with Firefox, so the gtk2 dependency is only needed when building the Firefox plugin, removes audio plugins as audio is now handled via SDL2_mixer for all platforms, removes the pulseaudio dependency, the configuration setting is no longer needed,implement rendering of embedded fonts in TextFields, fix handling of multiple streams in SDL, audio plugin, adds dependency on sdl_mixer, switch to internal xml parsing,,removes dependency on libxml++, compilation using clang possible,implement several missing opcodes, fix serialization, implement data generation mode, support for avmplus classes, Support LLVM up to version 4.0, fix event dispatcher handling,several fixes for object initialization, partially implement AMF0 decoding, complete rework of XML subsystem, Support embedded audio, Implement JSON parsing.

0.7.2
16 March 2013Improved image support: alpha in palettes, abbreviated JPEGs, improved embedded font parsing and text positioning, open links in a browser, bitmapData improvements, fixed many crashes

0.7.1
23 December 2012Fixes for YouTube, support for keyboard press and release events, mouse wheel events, LLVM 3.2,
implemented hit testing of DisplayObjects, parse JPEG images embedded in DefineBits tags, parse RGB15 and paletted images in DefineBitsLossless tags, improved XML support

0.7.0
28 October 2012Support for LZMA compression of SWF files through liblzma on client system; improved virtual machine performance and memory consumption; completely redesigned and improved masking support.

0.6.0.1
10 June 2012Support for the BBC video player, initial support for Adobe AIR desktop applications, PulseAudio fixes, support for LLVM 3.1 and others

0.5.7
15 May 2012"focus on Flash features used by games"

0.5.6
12 April 2012Support for RPC and PNG

0.5.4.1
2 February 2012

0.5.3
1 December 2011Adds a Windows port

0.5.1
22 September 2011Adds EGL/GLES2 for Flash on ARM

0.4.6.1
Fixes YouTube breakage.

0.4.6
15 March 2011Has added support for Gnash release 0.8.9.

0.4.5.3
Fixes YouTube breakage.

0.4.5.1
25 November 2010Has experimental support for PowerPC Linux.