ruffle-rs / ruffle

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

https://www.maxgames.com/play/frontline-defense.html white screen #2874

Closed sungruhyun closed 3 years ago

Toad06 commented 3 years ago

www.maxgames.com tries to load the SWF file from farm.maxgames.com, which doesn't work due to security restrictions of modern web browsers. Unlike the official Flash Player, Ruffle cannot bypass this, so it's up to the website owner to either host the file on the same domain or properly configure the web server to allow the CORS requests (https://enable-cors.org/server.html).