Update semag/sb2toswf/index.html

This commit is contained in:
LEGALISE_PIRACY 2024-05-06 00:40:37 +00:00
parent cbdd65f382
commit 4d12aee66e

View File

@ -21,7 +21,7 @@
player.style.width = "100%"; player.style.width = "100%";
player.style.height = "100%"; player.style.height = "100%";
container.appendChild(player); container.appendChild(player);
player.load("converter.swf"); player.load("Converter.swf");
}); });
</script> </script>
</body> </body>