March 4, 2026
Flashback meets fight club
Building a New Flash
Flash is rising again — fans cheer, skeptics ask “but where does it run”
TLDR: A developer is rebuilding Flash for today, with the killer feature of opening old Flash files. The crowd is hyped by nostalgia and artist‑coder teamwork, but the big debate is where people will run these creations if there’s no web player, making this revival both exciting and uncertain.
A solo dev just announced a modern, cross‑platform remake of Flash — the OG tool that powered endless cartoons and games — and the community lit up like it’s 2006. The pitch: a full 2D animation studio with timeline, shape morphing, a symbol library, and even importing old .fla files so your dusty projects can live again. Updates land on Newgrounds with a Patreon attached, and the vibe is equal parts nostalgia and chaos.
Old‑schoolers swooned. One fan waxed poetic about how Flash let them make “beautiful, animated interfaces” after a single tutorial, while another dropped their classic Newgrounds profile like a victory lap. The hottest applause goes to backwards compatibility — “clutch,” says one commenter — because if you can open old files and edit them, you’ve basically resurrected a lost era.
But drama alert: not everyone’s sold. The sharpest pushback asks the million‑dollar question — how will people run the finished animations? Without a web player, skeptics warn this won’t fill Flash’s former role in the browser. Meanwhile, an idealist wishes Adobe had just open‑sourced Flash, sparking a mini‑debate about what could’ve been.
Memes flew — “time to dust off my .fla like a time capsule,” and “artist + coder besties assembling.” It’s nostalgia vs. practicality, but everyone agrees: if this truly opens and edits old files, the Flashback is real.
Key Points
- •An open-source, cross-platform 2D animation authoring tool is being developed as a modern take on Flash for Linux, Mac, and PC.
- •It is built in C# using Avalonia (UI) and SkiaSharp (rendering), featuring a DCEL-based vector engine that replicates Flash’s paint modes.
- •The tool supports a Flash-like timeline, shape tweening with contour correspondence, and a symbol library with graphic symbols and movie clips.
- •It can import and edit legacy Flash .fla/XFL files and includes a dual-surface scripting system via Roslyn, with a planned ActionScript-to-C# transpiler.
- •Additional features include an embedded sound editor, multi-document tabs, auto-save, JSON/.anim project serialization, scene management, stage settings, 17 drawing tools, and multiple object types.