Fire Player config editor

Change the config. Run the player.

Live browser preview Edit real Fire Player JavaScript, switch presets and execute the result without rebuilding a project.
Config runtime
config.jsLocal draft
Live preview Starting
Console
Runtime messages appear here.
Ctrl / ⌘ + Enter runs the current configuration. Core and referenced Fire Player plugins load inside the preview frame.
01 / Edit

Real JavaScript, not a form generator.

The editor executes the same new FirePlayer(...) code you can move into your application.

02 / Preview

Fresh runtime on every run.

Each execution recreates the preview frame so stale player instances, events and media engines do not leak between tests.

03 / Extend

Plugin globals load on demand.

Reference a bundled fireplayerPlugin* global in the editor and its browser build is injected into that run automatically.