Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 418 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 418 Bytes

swfidle

How to save CPU by idling a SWF's Flash Player window when not interacting with it.

import com.spikything.utils.SWFIdle;
SWFIdle.setup(stage);

Done :)

PLEASE NOTE: This repo is no longer maintained. However, despite the fact that Flash is officially defunct, this code may be useful as old Flash projects can be brought back to life using https://github.com/ruffle-rs/ruffle/ for web/desktop.