ruffle-rs / ruffle

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

Highscore Support of Mochigames #15393

Open desertking opened 6 months ago

desertking commented 6 months ago

Is it possible that ruffle will sent a postmessage for the Highscore games that Mochi supported. I'm not sure if you know that Mochi had a bridge to post scores to arcade websites back then. I used this to save user highscores for the games. So maybe ruffle can interpret the highscore ping and sent a postmessage to the website to be listened for and save the scores then ?

Not every game supported the highscores but many did. Can sent example files of games that supported the highscore if needed :)

desertking commented 1 month ago

No one?