Skip to main content
Sandbox

External API test page

Live playground for the Seenic player postMessage API. The iframe below loads the player, and the page attaches SeenicExternalAPI from the local script. Use the controls to send commands and watch responses stream into the log.

Scriptconnecting…Iframeconnecting…API clientconnecting…script:/seenic-external-api.js
Playerloading iframe…

Log

0
Waiting for events… interact with a control above to see traffic.

Set location

set_location

api.send('set_location', { locationId })

Go to point

set_point

api.send('set_point', { pointId })

Set cycle view

set_cycle_view

api.send('set_cycle_view', { cycleId, viewId })