Commit
·
1c1f317
1
Parent(s):
84f02f8
Update learntofly2/index.html
Browse files- learntofly2/index.html +1 -1
learntofly2/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("
|
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("flash.swf");
|
18 |
});
|
19 |
</script><script></script>
|
20 |
</body>
|