This commit is contained in:
mileswa1q22
2024-10-02 18:28:46 +00:00
committed by GitHub
parent 4ebae44588
commit 5510e050d8
+14 -14
View File
@@ -1,18 +1,18 @@
<html>\
<html>
<body>
<script>
window.RufflePlayer = window.RufflePlayer || {};
window.addEventListener("load", (event) => {
const ruffle = window.RufflePlayer.newest();
const player = ruffle.createPlayer();
const container = document.getElementById("container");
container.appendChild(player);
player.load("Breaking The Bank.swf");
});
</script>
<script src="path/to/ruffle/ruffle.js"></script>
<script src="/games/henreystikman/ruffle.js"></script>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<body>
<object>
<embed src="/games/henreystikman/Henry-Stickmin-Collection-main/Henry-Stickmin-Collection-main/Crossing The Pit.swf" />
</object>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
</body>
</body>
</html>