Here's a little project that I "made" last year and then mostly abandoned, based on MattKC's dotnet9x. It allows for most of Adobe Flash 9 and partially 10 to run on Windows 95 and NT 3.5 using wrappers, whereas the official minimum for FP9 is Windows 98 and 2000. Downloads and src are on Codeberg
Known problems:
- SWFs compiled for Adobe Flash 10 don't run at all
- flash.net.SharedObject, used for storing local data, doesn't work since I dunno how to get a directory handle on old win32
- Browsing for SWFs doesn't work
Keep in mind that I'm quite new to C
It also works on stock 95 RTM
Recently, I also got it to launch on NT 3.1, though it cannot draw anything to the screen yet:
The DLL Initialization Failed is because my wrapper tried to load WinG, which requires at least NT 3.5 or win32s.
I've neglected to publishing the code for that port, though I plan to do it eventually in a branch.
On Windows 3.1 with win32s, it just doesn't launch for some reason.
Edit: Added repo/download link, oopsies!
Due to server slowness, downtime, and other issues, guests can no longer search the forum or view user accounts. At some point in the future Eclipse will be moving to a more stable and efficient platform that should result in much better stability and the lifting of these restrictions. There is no timeline for this yet, just want you to know what's happening with all the downtime and I have a plan to fix it.
Adobe Flash 9 on Windows 95 and NT 3.5
- Heathercat123
- Posts: 3
- Joined: 30 Jun 2026, 20:22
- Location: At your house
- Mood: NULL
- OS: Arch Linux x86_64
- Been thanked: 2 times
- Contact:

Adobe Flash 9 on Windows 95 and NT 3.5
Big tech companies are exceptionally good at ruining software, and sometimes even hardware.
- Duke
- Full Moderator
- Posts: 773
- Joined: 16 Mar 2024, 13:32
- OS: Windows 8.1 x64
- Has thanked: 115 times
- Been thanked: 235 times
Adobe Flash 9 on Windows 95 and NT 3.5
Nice work, well done!Heathercat123 wrote: ↑21 Jul 2026, 14:27 Here's a little project that I "made" last year and then mostly abandoned, based on MattKC's dotnet9x. It allows for most of Adobe Flash 9 and partially 10 to run on Windows 95 and NT 3.5 using wrappers, whereas the official minimum for FP9 is Windows 98 and 2000. Downloads and src are on Codeberg
On my Windows 3.11 VM with Win32s and WinG I'm getting a Win32s - Error: Invalid format.Heathercat123 wrote: ↑21 Jul 2026, 14:27 On Windows 3.1 with win32s, it just doesn't launch for some reason.
And then an Unexpected error 21.
But don't bother with Windows 3.1
- Heathercat123
- Posts: 3
- Joined: 30 Jun 2026, 20:22
- Location: At your house
- Mood: NULL
- OS: Arch Linux x86_64
- Been thanked: 2 times
- Contact:

Adobe Flash 9 on Windows 95 and NT 3.5
Yeah, I haven't updated the repo yet, sorry!
Edit: It's published now: https://codeberg.org/heathercat123/flash95/releases/tag/threepointone
Big tech companies are exceptionally good at ruining software, and sometimes even hardware.
- Duke
- Full Moderator
- Posts: 773
- Joined: 16 Mar 2024, 13:32
- OS: Windows 8.1 x64
- Has thanked: 115 times
- Been thanked: 235 times
Adobe Flash 9 on Windows 95 and NT 3.5
I wasn't clear enough, I've tried it on Windows 3.11, as you mentioned Windows 3.1 with Win32s, but not on NT 3.1 
So no worries and don't bother with the old Windows 3.1
So no worries and don't bother with the old Windows 3.1
- Heathercat123
- Posts: 3
- Joined: 30 Jun 2026, 20:22
- Location: At your house
- Mood: NULL
- OS: Arch Linux x86_64
- Been thanked: 2 times
- Contact:

Adobe Flash 9 on Windows 95 and NT 3.5
It kind of just worked after adding a few stubs to dotnet9x.
Big tech companies are exceptionally good at ruining software, and sometimes even hardware.
