ruffle-rs / ruffle

A Flash Player emulator written in Rust
https://ruffle.rs
Other
15.58k stars 810 forks source link

Close the right-click menu #8415

Open xutian111 opened 1 year ago

xutian111 commented 1 year ago

Hello, I would like to ask how to turn off the right-click menu of ruffle.js. I tried to set menu: false, but it didn't work. Please reply when you have time. My version is "version": "0.1.0-nightly. Renderings Currently02.08.08"

n0samu commented 1 year ago

You need to set "contextMenu": false in window.RufflePlayer.config. See our wiki for more details: https://github.com/ruffle-rs/ruffle/wiki/Using-Ruffle#configuration-options