Commit ·
2c0cd90
1
Parent(s): 8f08fbc
Update jacksmith/index.html
Browse files- jacksmith/index.html +1 -1
jacksmith/index.html
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
const player = ruffle.createPlayer();
|
| 15 |
const container = document.getElementById("container");
|
| 16 |
container.appendChild(player);
|
| 17 |
-
player.load("flash.swf");
|
| 18 |
});
|
| 19 |
</script><script></script>
|
| 20 |
</body>
|
|
|
|
| 14 |
const player = ruffle.createPlayer();
|
| 15 |
const container = document.getElementById("container");
|
| 16 |
container.appendChild(player);
|
| 17 |
+
player.load("https://cdn.jsdelivr.net/gh/jacojanze/flash@master/jks.swf");
|
| 18 |
});
|
| 19 |
</script><script></script>
|
| 20 |
</body>
|