lo unico que debes hacer es poner el swiffy object
crear un div en tu web por ejemplo usar header sirve
Código HTML:
Ver original<!doctype html>
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <script src="https://www.gstatic.com/swiffy/v4.9/runtime.js"></script>
swiffyobject = {"tags":aqui todo el code;
<style>html, body {width: 100%; height: 100%}
</style> <body style="margin: 0; overflow: hidden"> var stage = new swiffy.Stage(document.getElementById('banner'),
swiffyobject);
stage.start();
Ya lo de poner encima algo no se si se pueda nunca lo he intentado.