WoltLab Cloud [Developer] Ruffle 2023.04.06

Flash Player emulator written in the Rust programming language.

This extension for WoltLab Suite 3.0+ adds Ruffle as a replacement for the Flash player, allowing Flash files to be played within the WoltLab software.


Example Usage:

HTML
<div class="scRuffleEmbed" data-swf-url="https://example.tld/asteroids.swf" width="700" height="520"></div>


Alternatively, classic embed codes can be used:

HTML
<object type="application/x-shockwave-flash" data="https://example.tld/asteroids.swf" width="700" height="520">
    <param name="movie" value="https://example.tld/asteroids.swf" />
    <param name="allowscriptaccess" value="always" />
    <param name="allowfullscreen" value="true" />
    <param name="wmode" value="transparent" />
</object>
  • Version 2023.04.06

    2023.04.06

  • Version 2022.12.07

    2022.12.07

  • Version 2022.08.31

    2022.08.31

  • Version 2022.07.26

    2022.07.26

  • Version 2022.05.23

    2022.05.23

  • Version 2022.01.19

    2022.01.19

  • Version 2022.01.03

    2022.01.03

  • Version 2021.11.21

    2021.11.21

  • Version 2021.10.19

    2021.10.19

  • Version 2021.08.21

    2021.08.21