!DOCTYPE HTML>
swfobject.embedSWF = function(url, cont, width, height){ var ruffle = window.RufflePlayer.newest(), player = Object.assign(document.getElementById(cont).appendChild(ruffle.createPlayer()), { width: width, height: height, style: 'width: ' + width + 'px; height: ' + height + 'px', }); player.load({ url: url }); }