diff --git a/index.html b/index.html
index c90d397..42f49a6 100644
--- a/index.html
+++ b/index.html
@@ -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
});