EmbeddingEmbedding overview
Embedding overview
Everything you need to know to embed the Moviie Player on your website.
The Moviie Player is delivered as an iframe served from watch.moviie.ai.
This section covers every option exposed by that surface, from the basic
embed snippet to allowed-domain restrictions enforced at the edge.
Iframe code
The canonical embed snippet, with attributes explained.
URL parameters
Configure autoplay, captions, posters, locale and more.
Responsive sizing
Make the player scale with your layout.
Allowed domains
Restrict where the player can be embedded.
Anatomy of an embed
https://watch.moviie.ai/embed/VIDEO_ID?autoplay=1&muted=1| Part | Example | Description |
|---|---|---|
| Origin | watch.moviie.ai | The CDN host that serves the player. Treat it as a stable, long-lived domain. |
| Video ID | VIDEO_ID | The identifier shown in the Moviie dashboard for each video. |
| Parameters | ?autoplay=1&muted=1 | Optional configuration applied to the player on load. See the URL parameters page for the full list. |