ruffle-rs / ruffle

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

Ruffle (AS2) does not correctly read variables from the external xml file. #15680

Open sergo-zu opened 6 months ago

sergo-zu commented 6 months ago

Describe the bug

Ruffle does not correctly read variables from the xml file. The xml file contains the following variables: # of the _level and the name of swf file to be loaded into the index swf file. Ruffle call the 404 page instead of loading. Flash Plyer correctly reads the variables and loads the file. The source files is attached below. video-404.zip

Expected behavior

Ruffle ought to read external variables correctly like a Flash player video-404.zip

Content Location

[Uploading video-404.zip…]()

Affected platform

Self-hosted version

Operating system

windows 7, windows 10

Browser

Chrom, Yandex

Additional information

No response

sergo-zu commented 6 months ago

2024-03-22_15-43-51

This clip "book-1" marked by a red arrow use variables from the external xml file to load a related content (swf file). Other books use directly coded urls to load content . Flash player reads and loads all content correctly. Ruffle loads only coded directly in swf file. The marked book loads "404" page insted of yhe appropriate content.