jacobinathanialpeterson
commited on
Commit
•
b6ab580
1
Parent(s):
2c0cd90
Update learntoflyidle/index.html
Browse files
learntoflyidle/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/ltfIDLE.swf");
|
18 |
});
|
19 |
</script><script></script>
|
20 |
</body>
|