Theloadmethod returns a promise. This means you can do specific actions depending on the file loading succeeds or fails. Here's an example: player.ruffle().load("movie.swf").then(()=>{console.info("Ruffle successfully loaded the file");}).catch((e)=>{console.error(`Ruffle failed to ...
Currently, if an user loads a SWF file on a page with both extension and self hosted version, Ruffle extension doesn't always have priority to load. For example, when loading a file with the same build on Chrome, it uses the self hosted version, whether extension is enabled or not. On...
"swf", "thiserror", "url 2.2.0", "weak-table", ] [[package]] name = "ruffle_desktop" version = "0.1.0" dependencies = [ "clap", "clipboard", "cpal", "dasp", "dirs", "embed-resource", "env_logger", "generational-arena", "image", "isahc", "...
"swf", "thiserror", "url", "weak-table", ] [[package]] name = "ruffle_desktop" version = "0.1.0" dependencies = [ "clap 3.0.0-beta.2", "clipboard", "cpal", "dasp", "dirs", "embed-resource", "env_logger", "generational-arena", "image", "isahc...
Error/panic handling Loading "animation" (spinner) Alternative audio backend (OpenSL ES) for Android < 8 Proper storage backend? Resolve design glitches/styling/theming (immersive mode, window insets for holes/notches/corners) Publish to various app stores, maybe automatically?
Error on https://www.4399.com/flash/199408_3.htm4399Issues about 4399.comerror-reportAutomated error reports from Ruffle web buildwgpu-oomAn out-of-memory error from within wgpu #18739 openedNov 24, 2024byLEE23Xuanyi Error on https://sda.4399.com/4399swf/upload_swf/ftp22/csya/20170622/1...
Star16.3k New issue Closed This is a general tracking issue for AVM2/ActionScript 3.0 content. AS3 content will not currently display properly in Ruffle, and will generally cycle through all the frames on the main timeline. Any issues about AS3 SWFs not running will be forwarded to this iss...
VM41:3 Serious error occurred loading SWF file: CompileError: WebAssembly.instantiateStreaming(): Wasm code generation disallowed by embedder (anonymous) @ VM41:3 s @ VM41:3 Promise.then (async) a @ VM41:3 (anonymous) @ VM41:3
Error/panic handling Loading "animation" (spinner) Alternative audio backend (OpenSL ES) for Android < 8 Proper storage backend? Resolve design glitches/styling/theming (immersive mode, window insets for holes/notches/corners) Publish to various app stores, maybe automatically?
downloadSwf(): Promise<void>; } 12 changes: 12 additions & 0 deletions 12 web/packages/core/src/public/player.ts Original file line numberDiff line numberDiff line change @@ -0,0 +1,12 @@ import { LegacyRuffleAPI } from "./legacy"; import { FlashAPI } from "./flash"; /** ...