ruffle-rs / ruffle

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

Character Not Loading During Gameplay #14360

Open geometry88 opened 11 months ago

geometry88 commented 11 months ago

Describe the bug

Hello, I am experiencing an issue with the Ruffle Chrome extension on the page https://freestreet.dance/demo/index.html. The character are not loading during the dance sequences. However, when using the standard Flash Player, the character are visible.

Expected behavior

https://freestreet.dance/demo/index.html

Content Location

https://freestreet.dance/demo/index.html

Affected platform

Browser's extension

Operating system

Windows 11

Browser

Google Chrome

Lord-McSweeney commented 11 months ago

This happens because SWFv9 actually allows for moving AVM1Movies around in the display hierarchy- editing out the error condition in validate_add_operation makes it work correctly.