Skip to content

HTML cue

Embeds a web page on a video output.

Settings

SettingWhat it does
URLThe page to load
OutputWhich video output it displays on
LevelOpacity, 0–100%
ProcessingTint, brightness, contrast, saturation
AudioWhether the page’s sound plays, and at what volume

How it runs

Stays up until something stops it. Fadeable, not seekable. The output window loads the page itself, in an iframe; a page that refuses to be embedded shows nothing, which the inspector’s preview tells you before the show does.

Needs a connection: offline, the cue is invalid. Also invalid with no video output configured or picked.

Its sound cannot be routed to a chosen audio output — a cross-origin iframe’s audio is out of the app’s reach, so it plays on the system’s default device.

Scripting

duration, level, tint, brightness, contrast, saturation, audioLevel. See properties.