DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
Basic Rust knowledgeUnderstanding of Flash projector format
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
60
Research direction
The issue requests adding support for running .exe Flash projectors in Ruffle. A reference implementation exists at https://github.com/laenion/dump projector. Investigate how that code extracts the SWF from the projector and consider integrating it into Ruffle's desktop or CLI. Review the linked code and Ruffle's existing SWF loading pipeline (e.g., in `core/src/loader.rs`). Discuss with maintainers if integration should be done as a new backend or an extension to the current loader.
Run exe flash projector directly using Ruffle · ruffle-rs/ruffle#11539 | Good First Issue