ruffle-rs / ruffle

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

ruffle was unable to show flash for embed flash website #1323

Closed l12436 closed 3 years ago

l12436 commented 3 years ago

website: http://gameschool.cc/game/736/ the flash is embed by those website.

Serious error loading Ruffle: CompileError: WebAssembly.instantiateStreaming(): Wasm code generation disallowed by embedder 堆疊追蹤 dist/ruffle.js:1 (匿名函式) Serious error occurred loading SWF file: CompileError: WebAssembly.instantiateStreaming(): Wasm code generation disallowed by embedder Uncaught (in promise) CompileError: WebAssembly.instantiateStreaming(): Wasm code generation disallowed by embedder The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu Asynchronous error occurred: Could not fetch movie http://swf.totaljerkface.com/hw_preloader_bf.swf

Justin-CB commented 3 years ago

This looks like a CORS issue from my cursory look at it.

l12436 commented 3 years ago

I have disable that CORS and enable webassembly, game still show empty and it show Asynchronous error occurred: Could not fetch movie http://www.gamedesign.jp/flash/radio/radio_en.swf

Herschel commented 3 years ago

AS3, closing in favor of #1368.