M README.md => README.md +12 -3
@@ 21,8 21,17 @@ With Adobe Flash's end-of-life set for [December 31, 2020](https://www.adobe.com
- GitHub Pages now does this by default
- [x] Failed to compile: HTTP code is not ok
- Fixed by latest Ruffle version
-- [ ] Deal with Ruffle better
- - Currently, `ruffle_web_latest.zip` is downloaded by me and thrown into `ruffle`
- - Is the latest version hosted somewhere?
- [x] Make a nice logo
- [x] 404.html should load a random image <!-- from https://mspaintadventures.fandom.com/wiki/Scribble_Mode -->
+- [x] Don't link directly to HTML pages
+- [x] Accommodate special Flash pages - [S] Cascade, [S] GAME OVER, and [S] Terezi: Remem8er come to mind
+- [ ] Deal with Ruffle updates better
+ - Currently, `ruffle_web_latest.zip` is downloaded by me and thrown into `ruffle`
+ - Is the latest version hosted somewhere?
+- [ ] Track down missing early Flashes - mspa.com?
+- [ ] Update with Flash non-[S] pages
+- [ ] Nicer landing page - something like this README, with a big link to the lists
+- [ ] Test browser / OS compatibility
+ - [ ] Makin: bad compression / crushed pixels (Firefox)
+ - [ ] Bambosh: wack diagonal seam (Firefox)
+- [ ] **Autoplay Flashes upon load**
A _layouts/gameover.html => _layouts/gameover.html +16 -0
@@ 0,0 1,16 @@
+<html dir="ltr" lang="en-US">
+ {% include head.html %}
+ <style>body{background-color:#042300;}</style>
+ <body>
+ <div class="row pad-0 type-center">
+ <div class="mar-x-auto" style="max-width:950px;">
+ <div id="o_no-flash" class="disp-n"></div>
+ <div id="o_flash-container" class="pos-r" style="width:100%;height:0;padding-top:82.736842%;">
+ <div class="ar-inner">
+ {{ content }}
+ </div>
+ </div>
+ </div>
+ </div>
+ </body>
+</html>
M story/6901.html => story/6901.html +2 -16
@@ 1,19 1,5 @@
---
+layout: gameover
---
-<html dir="ltr" lang="en-US">
-{% include head.html %}
-<style>body{background-color:#042300;}</style>
-<body>
- <div class="row pad-0 type-center">
- <div class="mar-x-auto" style="max-width:950px;">
- <div id="o_no-flash" class="disp-n"></div>
- <div id="o_flash-container" class="pos-r" style="width:100%;height:0;padding-top:82.736842%;">
- <div class="ar-inner">
- <embed src="https://j-james.me/htmlstuck/flash/hs2/GAMEOVER/06898.swf" quality="high" width="100%" height="100%" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
- </div>
- </div>
- </div>
- </div>
-</body>
-</html>
+<embed src="https://j-james.me/htmlstuck/flash/hs2/GAMEOVER/06898.swf" quality="high" width="100%" height="100%" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />