ruffle-rs / ruffle

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

Failed to load on CET-SET4 Exam Procedure page #1883

Open Jisu-Woniu opened 3 years ago

Jisu-Woniu commented 3 years ago

1368

This flash movie describes China's College English Test - Spoken English Test, Band 4 procedure. Page link: http://cet.neea.edu.cn/html1/report/16123/577-1.htm Webpage Error info

It seems the page has moved to HTML5 now: 图片

Lord-McSweeney commented 1 year ago

This still doesn't work, failing with ReferenceError: Error #1069: Property Bytes not found on flash.display.Loader and there is no default value..

Lord-McSweeney commented 1 year ago

Archived version of the site: http://web.archive.org/web/20180930081006/http://cet.neea.edu.cn/html1/report/16123/577-1.htm

The SWF needs the following resources, none of which have been archived:

http://cet.neea.edu.cn/res/Home/player/conf_1.xml
http://cet.neea.edu.cn/tea/image/flv/ckplayer.xml
http://cet.neea.edu.cn/tea/image/flv/style.swf

The first one is still available normally (not yet removed from the site). The second one is gone. The last one can be accessed on the site, but has been replaced with a zip file that does not contain any style.swf files.

Lord-McSweeney commented 10 months ago

This seems to be working correctly now, though it requires decoding of an MP4 video (which Ruffle starts as an HTML5 <video> element).