|
|
|
|
|
by Grom_PE
125 days ago
|
|
I never liked the idea of running Flash inside the web browser, but a single file .swf game format is almost as good as any ROM game dump. Some games didn't mind running locally from an .swf file, but some others had a "URL protection", presumably to prevent
people from embedding their flash games at other websites, and they didn't make an exception for localhost. Long time ago I've fixed hundreds of such flash games using RABCDAsm and made them work in standalone Flash Player. Took a brief look at Flashpoint Archive, it seems their way to fix URL check is to spin up a web server to present an address the game expects. |
|