@awayfl/awayfl-player
Version:
Flash Player emulator for executing SWF files (published for FP versions 6 and up) in javascript
23 lines (19 loc) • 705 B
text/typescript
import { BitmapImage2D, ImageUtils } from "@awayjs/stage";
console.debug("AwayFL-Player - 0.2.48");
export {AVMPlayer} from "./lib/AVMPlayer";
export {AVM1Player} from "./lib/AVM1Player";
export {AVM2Player} from "./lib/AVM2Player";
export {LoaderEvent} from "@awayjs/core";
export {EventBase} from "@awayjs/core";
export {StageManager} from "@awayjs/stage";
export {Settings as AVM2Settings} from "@awayfl/avm2";
export {PlayerGlobal} from "@awayfl/playerglobal";
ImageUtils.registerDefaults(
() => new BitmapImage2D(1, 1, true, 0x0),
null,
null,
null,
);
export * as Box2D from "./lib/Box2D";
export * as Box2DLegacy from "./lib/Box2Dold";
export * as Box2DRaycast from "./lib/Box2Dold_Raycast";