this post was submitted on 11 Aug 2024
282 points (96.7% liked)

Showerthoughts

29228 readers
990 users here now

A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The best ones are thoughts that many people can relate to and they find something funny or interesting in regular stuff.

Rules

founded 1 year ago
MODERATORS
 

From Homestar Runner to Salad fingers to badgers, stick figure battles, and the End of Ze World, this — dare I call it an artform? — was a cultural touchstone for a generation.

Flash made vector animation available to the masses, and internet distribution of the relatively small video files was a piece of cake. With the filetype now essentially deprecated, the creators gone on to bigger and better things, the distribution sites shut down, it is a dead form. Most of it will be lost forever, although there may be someone archiving some of it for posterity.

you are viewing a single comment's thread
view the rest of the comments
[–] W_itjust_works@sh.itjust.works 3 points 1 month ago (2 children)

Is the tech no longer possible? I have a feeling of no current browser support and security issues, but could one just have a private server for hobbyists?

[–] pivot_root@lemmy.world 7 points 1 month ago

Ruffle is a Rust-based implementation of a SWF player. It's not 100% compatible, but it has decent AVM1 (ActionScript 1/2) and AVM2 (ActionScript 3) support already.

It also can be compiled to WebAssembly, making it possible to run Flash in the browser again.