ruffle-rs / ruffle

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

New York Times Rock Paper Scissors: Videos are not displayed #12071

Open n0samu opened 1 year ago

n0samu commented 1 year ago

Describe the bug

Link to SWF: https://static01.nyt.com/packages/flash/science/201010-rock-paper-scissors/RPS.swf Note: This is a multiasset game, so it should be accessed directly via the link, not downloaded.

In the New York Times Rock-Paper-Scissors game, FLV videos should be displayed on each side showing a human and robot hand. The videos don't show up in Ruffle. image

Expected behavior

The hands (FLV videos) should be displayed. image

Affected platform

Desktop app

Operating system

Windows 10

Browser

No response

Additional information

No response

torokati44 commented 3 months ago

The FLVs streamed are these:

https://graphics8.nytimes.com/packages/flash/science/201010-rock-paper-scissors/videos/human_r.flv https://graphics8.nytimes.com/packages/flash/science/201010-rock-paper-scissors/videos/human_p.flv https://graphics8.nytimes.com/packages/flash/science/201010-rock-paper-scissors/videos/human_s.flv https://graphics8.nytimes.com/packages/flash/science/201010-rock-paper-scissors/videos/computer_r.flv https://graphics8.nytimes.com/packages/flash/science/201010-rock-paper-scissors/videos/computer_p.flv https://graphics8.nytimes.com/packages/flash/science/201010-rock-paper-scissors/videos/computer_s.flv

All of them are VP6A encoded, so they "should work". They may be shown in 0x0 size though, for some reason...? :thinking: Didn't investigate further... :no_mouth:

torokati44 commented 3 months ago

The videos "are there", they even bounce when the signs are thrown, they are just not big. Unlike this screenshot... image