ruffle-rs / ruffle

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

Net Art Site Only Partially Loading #11090

Open KSzutka opened 1 year ago

KSzutka commented 1 year ago

Describe the bug

When using the Ruffle browser extension, I am not able to fully access a net art webpage. The splash page is operational, it loads the site and displays the instructional prompt. Beyond this, the background is displayed but none of the other elements are.

The website title is Vancouver Songlines, https://vancouversonglines.ca/

Expected behavior

Once on the site's main page, 16 words written in Cree are supposed to appear. When one is clicked, the English translation of the word is supposed to appear. The user is prompted to select three words, and once they choose a word it transforms into a wooden pole and falls off the bottom end of the screen. I've attached a screenshot of the site running off of Chrome, as well as a screenshot taken from a virtual machine showing what it's supposed to look like.

Screenshot (71) CreeValues(Cree) CreeValues(English)

Affected platform

Browser's extension

Operating system

Windows 11

Browser

Google Chrome Version 113.0.5672.127

Additional information

No response

n0samu commented 1 year ago

This website uses some very advanced AVM2 features; it requires NetConnection and exchanges data with the server using AMF. These features should be implemented eventually but it may be a long time from now.