diff --git a/_layouts/funorbgame.html b/_layouts/funorbgame.html index f6f2fe5e2..6f367b025 100644 --- a/_layouts/funorbgame.html +++ b/_layouts/funorbgame.html @@ -191,6 +191,9 @@ en"> player.load({ url: '/services/m=funorb/' + gameData.swf, warnOnUnsupportedContent: false, + backgroundColor: "#363636", + splashScreen: false, + autoplay: true, }); player.style.width = "680px"; player.style.height = "480px";