Iframe embed, customer B

A byte-for-byte copy of the plain iframe case on a second site. Its only job is to hold the embed mode constant so the thing that changes is which customer you are.

Player runs on control.jefflowery.dev — third-party to this page
Config comes from query params on the frame src, mapped to data-* by standAlone()
Sign-in transport iframe, escalating to a popup when storage is unreachable
This page can read the viewer id no — the result is addressed to the player’s origin
Differs from “iframe” by the top-level site, and nothing else

The markup

<iframe
  src="https://control.jefflowery.dev/webplayer/video?identifyViewer=required&id=…&type=event"
  allow="autoplay; fullscreen"
  allowfullscreen="true"
  title="Resi player"></iframe>

Expected

Messages reaching this page

Same as the plain iframe case.

nothing yet