-
I am using the following code on my site in order to have swf running again. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
You can use the |
Beta Was this translation helpful? Give feedback.
-
@passegua |
Beta Was this translation helpful? Give feedback.
-
I got the final solution (working very well) from a Ruffle creator contacted through Disqus.
|
Beta Was this translation helpful? Give feedback.
-
Just added before this: |
Beta Was this translation helpful? Give feedback.
I got the final solution (working very well) from a Ruffle creator contacted through Disqus.
Just adding this piece of code the swf will autostart:
<script> window.RufflePlayer = window.RufflePlayer || {}; window.RufflePlayer.config = { "warnOnUnsupportedContent": false, "autoplay": "on", "unmuteOverlay": "hidden" }; </script>