diff --git a/semag/sb2toswf/index.html b/semag/sb2toswf/index.html index 90c940c4..0d8ef2d0 100644 --- a/semag/sb2toswf/index.html +++ b/semag/sb2toswf/index.html @@ -21,7 +21,7 @@ player.style.width = "100%"; player.style.height = "100%"; container.appendChild(player); - player.load("converter.swf"); + player.load("Converter.swf"); });