Exit Path

div id=”ruffle”></div>
<script src=”https://mercenarymind.com/riffle.js”></script>
<script>
window.RufflePlayer = window.RufflePlayer || {};
window.addEventListener(“DOMContentLoaded”, function() {
let ruffle = window.RufflePlayer.newest();
let player = ruffle.createPlayer();
let container = document.getElementById(“ruffle”);
container.appendChild(player);
player.load(“https://mercenarymind.com/games1/exit-path.swf”); // Change to your SWF file path
});
</script>

 

Related posts:

Leave a Comment

Your email address will not be published. Required fields are marked *