add a url link

This commit is contained in:
2026-04-30 17:39:55 +00:00
parent 5485d4c273
commit 76c66d1641

View File

@@ -27,7 +27,7 @@
const player = ruffle.createPlayer();
const container = document.getElementById("flash-container");
container.appendChild(player);
player.load("impossiblequiz.swf"); // Replace with your filename
player.load("https://code.zane.org/ZaneDev/games4.zane/raw/branch/main/impossiblequiz.swf"); // Replace with your filename
});
</script>
</body>