HTML cue
Embeds a web page on a video output.
Settings
| Setting | What it does |
|---|---|
| URL | The page to load |
| Output | Which video output it displays on |
| Level | Opacity, 0–100% |
| Processing | Tint, brightness, contrast, saturation |
| Audio | Whether 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.