Browse Source

All flash appears functional

Fred Damstra (Macbook 2015) 1 năm trước cách đây
mục cha
commit
dc78951a49

+ 30 - 0
content/en/projects/flash/FredvsCurry.html

@@ -0,0 +1,30 @@
+<!DOCTYPE HTML>
+<html>
+    <head>
+        <meta charset='utf8'>
+    </head>
+    <body>
+    <script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
+      <div id="container"> </div>
+
+
+    <script>
+        window.RufflePlayer = window.RufflePlayer || {};
+        window.RufflePlayer.config = {
+            autoplay: "on"
+        };
+        window.addEventListener("load", (event) => {
+            const ruffle = window.RufflePlayer.newest();
+            const player = ruffle.createPlayer();
+            const container = document.getElementById("container");
+            container.appendChild(player);
+            player.load({
+                url: "FredvsCurry.swf",
+                backgroundColor: "#FFFFFF",
+             });
+            player.style.width = "100vw";
+            player.style.height = "100vh";
+        });
+    </script>
+    </body>
+</html>

+ 30 - 0
content/en/projects/flash/curry.html

@@ -0,0 +1,30 @@
+<!DOCTYPE HTML>
+<html>
+    <head>
+        <meta charset='utf8'>
+    </head>
+    <body>
+    <script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
+      <div id="container"> </div>
+
+
+    <script>
+        window.RufflePlayer = window.RufflePlayer || {};
+        window.RufflePlayer.config = {
+            autoplay: "on"
+        };
+        window.addEventListener("load", (event) => {
+            const ruffle = window.RufflePlayer.newest();
+            const player = ruffle.createPlayer();
+            const container = document.getElementById("container");
+            container.appendChild(player);
+            player.load({
+                url: "curry.swf",
+                backgroundColor: "#FFFFFF",
+             });
+            player.style.width = "100vw";
+            player.style.height = "100vh";
+        });
+    </script>
+    </body>
+</html>

+ 30 - 0
content/en/projects/flash/dance.html

@@ -0,0 +1,30 @@
+<!DOCTYPE HTML>
+<html>
+    <head>
+        <meta charset='utf8'>
+    </head>
+    <body>
+    <script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
+      <div id="container"> </div>
+
+
+    <script>
+        window.RufflePlayer = window.RufflePlayer || {};
+        window.RufflePlayer.config = {
+            autoplay: "on"
+        };
+        window.addEventListener("load", (event) => {
+            const ruffle = window.RufflePlayer.newest();
+            const player = ruffle.createPlayer();
+            const container = document.getElementById("container");
+            container.appendChild(player);
+            player.load({
+                url: "dance.swf",
+                backgroundColor: "#FFFFFF",
+             });
+            player.style.width = "100vw";
+            player.style.height = "100vh";
+        });
+    </script>
+    </body>
+</html>

+ 30 - 0
content/en/projects/flash/db.html

@@ -0,0 +1,30 @@
+<!DOCTYPE HTML>
+<html>
+    <head>
+        <meta charset='utf8'>
+    </head>
+    <body>
+    <script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
+      <div id="container"> </div>
+
+
+    <script>
+        window.RufflePlayer = window.RufflePlayer || {};
+        window.RufflePlayer.config = {
+            autoplay: "on"
+        };
+        window.addEventListener("load", (event) => {
+            const ruffle = window.RufflePlayer.newest();
+            const player = ruffle.createPlayer();
+            const container = document.getElementById("container");
+            container.appendChild(player);
+            player.load({
+                url: "db.swf",
+                backgroundColor: "#FFFFFF",
+             });
+            player.style.width = "100vw";
+            player.style.height = "100vh";
+        });
+    </script>
+    </body>
+</html>

+ 30 - 0
content/en/projects/flash/fight.html

@@ -0,0 +1,30 @@
+<!DOCTYPE HTML>
+<html>
+    <head>
+        <meta charset='utf8'>
+    </head>
+    <body>
+    <script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
+      <div id="container"> </div>
+
+
+    <script>
+        window.RufflePlayer = window.RufflePlayer || {};
+        window.RufflePlayer.config = {
+            autoplay: "on"
+        };
+        window.addEventListener("load", (event) => {
+            const ruffle = window.RufflePlayer.newest();
+            const player = ruffle.createPlayer();
+            const container = document.getElementById("container");
+            container.appendChild(player);
+            player.load({
+                url: "fight.swf",
+                backgroundColor: "#FFFFFF",
+             });
+            player.style.width = "100vw";
+            player.style.height = "100vh";
+        });
+    </script>
+    </body>
+</html>

+ 30 - 0
content/en/projects/flash/happy birthday.html

@@ -0,0 +1,30 @@
+<!DOCTYPE HTML>
+<html>
+    <head>
+        <meta charset='utf8'>
+    </head>
+    <body>
+    <script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
+      <div id="container"> </div>
+
+
+    <script>
+        window.RufflePlayer = window.RufflePlayer || {};
+        window.RufflePlayer.config = {
+            autoplay: "on"
+        };
+        window.addEventListener("load", (event) => {
+            const ruffle = window.RufflePlayer.newest();
+            const player = ruffle.createPlayer();
+            const container = document.getElementById("container");
+            container.appendChild(player);
+            player.load({
+                url: "happy birthday.swf",
+                backgroundColor: "#FFFFFF",
+             });
+            player.style.width = "100vw";
+            player.style.height = "100vh";
+        });
+    </script>
+    </body>
+</html>

+ 17 - 17
content/en/projects/flash/index.md

@@ -28,21 +28,21 @@ resources:
           weight: -100 # Optional weighting for a specific image in this project folder
 draft: false
 ---
-* [FredvsCurry](projects/flash/FredvsCurry.swf)
+* [FredvsCurry](projects/flash/FredvsCurry.html)
 * [IntJake4](projects/flash/IntJake4.html)
-* [curry](projects/flash/curry.swf)
-* [dance](projects/flash/dance.swf)
-* [db](projects/flash/db.swf)
-* [fight](projects/flash/fight.swf)
-* [happy birthday](projects/flash/happy%20birthday.swf)
-* [interactivej](projects/flash/interactivej.swf)
-* [intjake3](projects/flash/intjake3.swf)
-* [jake](projects/flash/jake.swf)
-* [mbox_anim](projects/flash/mbox_anim.swf)
-* [nerdwars](projects/flash/nerdwars.swf)
-* [nerdwars3](projects/flash/nerdwars3.swf)
-* [newnerdwars](projects/flash/newnerdwars.swf)
-* [pfunk](projects/flash/pfunk.swf)
-* [sample](projects/flash/sample.swf)
-* [vegas](projects/flash/vegas.swf)
-* [wormin](projects/flash/wormin.swf)
+* [curry](projects/flash/curry.html)
+* [dance](projects/flash/dance.html)
+* [db](projects/flash/db.html)
+* [fight](projects/flash/fight.html)
+* [happy birthday](projects/flash/happy%20birthday.html)
+* [interactivej](projects/flash/interactivej.html)
+* [intjake3](projects/flash/intjake3.html)
+* [jake](projects/flash/jake.html)
+* [mbox_anim](projects/flash/mbox_anim.html)
+* [nerdwars](projects/flash/nerdwars.html)
+* [nerdwars3](projects/flash/nerdwars3.html)
+* [newnerdwars](projects/flash/newnerdwars.html)
+* [pfunk](projects/flash/pfunk.html)
+* [sample](projects/flash/sample.html)
+* [vegas](projects/flash/vegas.html)
+* [wormin](projects/flash/wormin.html)

+ 30 - 0
content/en/projects/flash/interactivej.html

@@ -0,0 +1,30 @@
+<!DOCTYPE HTML>
+<html>
+    <head>
+        <meta charset='utf8'>
+    </head>
+    <body>
+    <script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
+      <div id="container"> </div>
+
+
+    <script>
+        window.RufflePlayer = window.RufflePlayer || {};
+        window.RufflePlayer.config = {
+            autoplay: "on"
+        };
+        window.addEventListener("load", (event) => {
+            const ruffle = window.RufflePlayer.newest();
+            const player = ruffle.createPlayer();
+            const container = document.getElementById("container");
+            container.appendChild(player);
+            player.load({
+                url: "interactivej.swf",
+                backgroundColor: "#FFFFFF",
+             });
+            player.style.width = "100vw";
+            player.style.height = "100vh";
+        });
+    </script>
+    </body>
+</html>

+ 30 - 0
content/en/projects/flash/intjake3.html

@@ -0,0 +1,30 @@
+<!DOCTYPE HTML>
+<html>
+    <head>
+        <meta charset='utf8'>
+    </head>
+    <body>
+    <script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
+      <div id="container"> </div>
+
+
+    <script>
+        window.RufflePlayer = window.RufflePlayer || {};
+        window.RufflePlayer.config = {
+            autoplay: "on"
+        };
+        window.addEventListener("load", (event) => {
+            const ruffle = window.RufflePlayer.newest();
+            const player = ruffle.createPlayer();
+            const container = document.getElementById("container");
+            container.appendChild(player);
+            player.load({
+                url: "intjake3.swf",
+                backgroundColor: "#FFFFFF",
+             });
+            player.style.width = "100vw";
+            player.style.height = "100vh";
+        });
+    </script>
+    </body>
+</html>

+ 30 - 0
content/en/projects/flash/jake.html

@@ -0,0 +1,30 @@
+<!DOCTYPE HTML>
+<html>
+    <head>
+        <meta charset='utf8'>
+    </head>
+    <body>
+    <script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
+      <div id="container"> </div>
+
+
+    <script>
+        window.RufflePlayer = window.RufflePlayer || {};
+        window.RufflePlayer.config = {
+            autoplay: "on"
+        };
+        window.addEventListener("load", (event) => {
+            const ruffle = window.RufflePlayer.newest();
+            const player = ruffle.createPlayer();
+            const container = document.getElementById("container");
+            container.appendChild(player);
+            player.load({
+                url: "jake.swf",
+                backgroundColor: "#FFFFFF",
+             });
+            player.style.width = "100vw";
+            player.style.height = "100vh";
+        });
+    </script>
+    </body>
+</html>

+ 30 - 0
content/en/projects/flash/mbox_anim.html

@@ -0,0 +1,30 @@
+<!DOCTYPE HTML>
+<html>
+    <head>
+        <meta charset='utf8'>
+    </head>
+    <body>
+    <script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
+      <div id="container"> </div>
+
+
+    <script>
+        window.RufflePlayer = window.RufflePlayer || {};
+        window.RufflePlayer.config = {
+            autoplay: "on"
+        };
+        window.addEventListener("load", (event) => {
+            const ruffle = window.RufflePlayer.newest();
+            const player = ruffle.createPlayer();
+            const container = document.getElementById("container");
+            container.appendChild(player);
+            player.load({
+                url: "mbox_anim.swf",
+                backgroundColor: "#FFFFFF",
+             });
+            player.style.width = "100vw";
+            player.style.height = "100vh";
+        });
+    </script>
+    </body>
+</html>

+ 30 - 0
content/en/projects/flash/nerdwars.html

@@ -0,0 +1,30 @@
+<!DOCTYPE HTML>
+<html>
+    <head>
+        <meta charset='utf8'>
+    </head>
+    <body>
+    <script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
+      <div id="container"> </div>
+
+
+    <script>
+        window.RufflePlayer = window.RufflePlayer || {};
+        window.RufflePlayer.config = {
+            autoplay: "on"
+        };
+        window.addEventListener("load", (event) => {
+            const ruffle = window.RufflePlayer.newest();
+            const player = ruffle.createPlayer();
+            const container = document.getElementById("container");
+            container.appendChild(player);
+            player.load({
+                url: "nerdwars.swf",
+                backgroundColor: "#FFFFFF",
+             });
+            player.style.width = "100vw";
+            player.style.height = "100vh";
+        });
+    </script>
+    </body>
+</html>

+ 30 - 0
content/en/projects/flash/nerdwars3.html

@@ -0,0 +1,30 @@
+<!DOCTYPE HTML>
+<html>
+    <head>
+        <meta charset='utf8'>
+    </head>
+    <body>
+    <script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
+      <div id="container"> </div>
+
+
+    <script>
+        window.RufflePlayer = window.RufflePlayer || {};
+        window.RufflePlayer.config = {
+            autoplay: "on"
+        };
+        window.addEventListener("load", (event) => {
+            const ruffle = window.RufflePlayer.newest();
+            const player = ruffle.createPlayer();
+            const container = document.getElementById("container");
+            container.appendChild(player);
+            player.load({
+                url: "nerdwars3.swf",
+                backgroundColor: "#FFFFFF",
+             });
+            player.style.width = "100vw";
+            player.style.height = "100vh";
+        });
+    </script>
+    </body>
+</html>

+ 30 - 0
content/en/projects/flash/newnerdwars.html

@@ -0,0 +1,30 @@
+<!DOCTYPE HTML>
+<html>
+    <head>
+        <meta charset='utf8'>
+    </head>
+    <body>
+    <script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
+      <div id="container"> </div>
+
+
+    <script>
+        window.RufflePlayer = window.RufflePlayer || {};
+        window.RufflePlayer.config = {
+            autoplay: "on"
+        };
+        window.addEventListener("load", (event) => {
+            const ruffle = window.RufflePlayer.newest();
+            const player = ruffle.createPlayer();
+            const container = document.getElementById("container");
+            container.appendChild(player);
+            player.load({
+                url: "newnerdwars.swf",
+                backgroundColor: "#FFFFFF",
+             });
+            player.style.width = "100vw";
+            player.style.height = "100vh";
+        });
+    </script>
+    </body>
+</html>

+ 30 - 0
content/en/projects/flash/pfunk.html

@@ -0,0 +1,30 @@
+<!DOCTYPE HTML>
+<html>
+    <head>
+        <meta charset='utf8'>
+    </head>
+    <body>
+    <script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
+      <div id="container"> </div>
+
+
+    <script>
+        window.RufflePlayer = window.RufflePlayer || {};
+        window.RufflePlayer.config = {
+            autoplay: "on"
+        };
+        window.addEventListener("load", (event) => {
+            const ruffle = window.RufflePlayer.newest();
+            const player = ruffle.createPlayer();
+            const container = document.getElementById("container");
+            container.appendChild(player);
+            player.load({
+                url: "pfunk.swf",
+                backgroundColor: "#FFFFFF",
+             });
+            player.style.width = "100vw";
+            player.style.height = "100vh";
+        });
+    </script>
+    </body>
+</html>

+ 30 - 0
content/en/projects/flash/sample.html

@@ -0,0 +1,30 @@
+<!DOCTYPE HTML>
+<html>
+    <head>
+        <meta charset='utf8'>
+    </head>
+    <body>
+    <script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
+      <div id="container"> </div>
+
+
+    <script>
+        window.RufflePlayer = window.RufflePlayer || {};
+        window.RufflePlayer.config = {
+            autoplay: "on"
+        };
+        window.addEventListener("load", (event) => {
+            const ruffle = window.RufflePlayer.newest();
+            const player = ruffle.createPlayer();
+            const container = document.getElementById("container");
+            container.appendChild(player);
+            player.load({
+                url: "sample.swf",
+                backgroundColor: "#FFFFFF",
+             });
+            player.style.width = "100vw";
+            player.style.height = "100vh";
+        });
+    </script>
+    </body>
+</html>

+ 30 - 0
content/en/projects/flash/vegas.html

@@ -0,0 +1,30 @@
+<!DOCTYPE HTML>
+<html>
+    <head>
+        <meta charset='utf8'>
+    </head>
+    <body>
+    <script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
+      <div id="container"> </div>
+
+
+    <script>
+        window.RufflePlayer = window.RufflePlayer || {};
+        window.RufflePlayer.config = {
+            autoplay: "on"
+        };
+        window.addEventListener("load", (event) => {
+            const ruffle = window.RufflePlayer.newest();
+            const player = ruffle.createPlayer();
+            const container = document.getElementById("container");
+            container.appendChild(player);
+            player.load({
+                url: "vegas.swf",
+                backgroundColor: "#FFFFFF",
+             });
+            player.style.width = "100vw";
+            player.style.height = "100vh";
+        });
+    </script>
+    </body>
+</html>

+ 30 - 0
content/en/projects/flash/wormin.html

@@ -0,0 +1,30 @@
+<!DOCTYPE HTML>
+<html>
+    <head>
+        <meta charset='utf8'>
+    </head>
+    <body>
+    <script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
+      <div id="container"> </div>
+
+
+    <script>
+        window.RufflePlayer = window.RufflePlayer || {};
+        window.RufflePlayer.config = {
+            autoplay: "on"
+        };
+        window.addEventListener("load", (event) => {
+            const ruffle = window.RufflePlayer.newest();
+            const player = ruffle.createPlayer();
+            const container = document.getElementById("container");
+            container.appendChild(player);
+            player.load({
+                url: "wormin.swf",
+                backgroundColor: "#FFFFFF",
+             });
+            player.style.width = "100vw";
+            player.style.height = "100vh";
+        });
+    </script>
+    </body>
+</html>