Open sotoco opened 2 years ago
I think there is a config option to disable the load screen
That's the preloader, and can be disabled with the configuration option preloader: false
.
See https://github.com/ruffle-rs/ruffle/wiki/Using-Ruffle#list-of-options
It does appear as the demo site loads as well: https://ruffle.rs/demo/
Actually, check the JavaScript console. If you don't normally see this, it probably disappears very quickly on Windows 10, while it may be hiding a crash on Windows 7. A panic is supposed to hide the preloader, but maybe it doesn't in this case for some reason.
Does this never disappear on Windows 7?
danielhjacobs
It's a quick popup like a preloader before the flash file plays
That's the preloader, and can be disabled with the configuration option
preloader: false
.See https://github.com/ruffle-rs/ruffle/wiki/Using-Ruffle#list-of-options
It does appear as the demo site loads as well: https://ruffle.rs/demo/
Screencast.from.08-02-2022.10.45.21.AM.webm
I unable to locate the options Once I find it I will let you know.
is this still open? author hasn't responded since
Describe the bug
As I click on my training, a ruffle popup image appears.
I tested the file with the Demo on ruffle site no popup
Please let me know, how to fix this Bob
Expected behavior
No popups
Affected platform
Self-hosted version
Operating system
Windows 7
Browser
Google chrome
Additional information
When I try try it in windows 10 there's no popup. Windows 7 is where I produce and test the flash content.