How do i put ruffle on my site?

Hello i am trying to put ruffle on my site can you show me or make me one

1 Like

It looks like Ruffle is included on Nix, so you can configure your repl to use it!

4 Likes

can you make one to show me please because I have tried everything

In raw HTML, you can do this,


<script src="https://happygamer1450.github.io/Ruffle-Embedded/ruffle/ruffle.js"></script>
<div class="swf"dir="ltr" style="text-align: left;" trbidi="on">
        <embed height="480" pluginspage=" http://www.macromedia.com/go/getflashplayer" src="yourfilenamehere.swf" type="application/x-shockwave-flash" width="620"></embed>
</div>

Just make sure you replace “yourfilenamehere.swf” with your file name. Happy coding!