ruffle-core
    Preparing search index...

    Enumeration AutoPlay

    Represents the various types of auto-play behaviours that are supported.

    Index

    Enumeration Members

    Enumeration Members

    On: "on"

    The player should automatically play the movie as soon as it is loaded.

    If the browser does not support automatic audio, the movie will begin muted.

    Off: "off"

    The player should not attempt to automatically play the movie.

    This will leave it to the user or API to actually play when appropriate.

    Auto: "auto"

    The player should automatically play the movie as soon as it is deemed "appropriate" to do so.

    The exact behaviour depends on the browser, but commonly requires some form of user interaction on the page in order to allow auto playing videos with sound.