add a url link
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
const player = ruffle.createPlayer();
|
const player = ruffle.createPlayer();
|
||||||
const container = document.getElementById("flash-container");
|
const container = document.getElementById("flash-container");
|
||||||
container.appendChild(player);
|
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>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user