Hello i am trying to put ruffle on my site can you show me or make me one
1 Like
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!