mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
Update semag/sb2toswf/index.html
This commit is contained in:
parent
4d12aee66e
commit
be69cab41f
@ -18,8 +18,8 @@
|
|||||||
const player = ruffle.createPlayer();
|
const player = ruffle.createPlayer();
|
||||||
const container = document.getElementById("ruffle");
|
const container = document.getElementById("ruffle");
|
||||||
player.id = "player";
|
player.id = "player";
|
||||||
player.style.width = "100%";
|
player.style.width = "55%";
|
||||||
player.style.height = "100%";
|
player.style.height = "55%";
|
||||||
container.appendChild(player);
|
container.appendChild(player);
|
||||||
player.load("Converter.swf");
|
player.load("Converter.swf");
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user