ID Mapping
Numeric IDs are resolved to IMDb IDs before querying the provider database.
Staging docs
Use VerHDLink public embed paths for the default player, or custom paths when a webmaster needs provider selection, branding options, or exact serial episode targeting.
Give webmasters the complete VerHDLink URL, ready to paste in an iframe. The numeric ID stays in the path, like https://verhdlink.cam/movie/{id}, instead of being shown as a detached ID.
<iframe src="https://verhdlink.cam/movie/{id}" allowfullscreen allow="autoplay; fullscreen; picture-in-picture"></iframe>
<iframe src="https://verhdlink.cam/serial/{id}" allowfullscreen allow="autoplay; fullscreen; picture-in-picture"></iframe>
<iframe src="https://verhdlink.cam/custom/movie/{id}?color=%23e50914&autoplay=1" allowfullscreen allow="autoplay; fullscreen; picture-in-picture"></iframe>
<iframe src="https://verhdlink.cam/custom/serial/{id}/{season}/{episode}?color=%23e50914&lastserver=dropload" allowfullscreen allow="autoplay; fullscreen; picture-in-picture"></iframe>
0 or false to disable it.0 or false to start unmuted.0 to hide them.prioritize).Numeric IDs are resolved to IMDb IDs before querying the provider database.
Movie embeds use the active provider hosts available in the VerHDLink database.
The default serial URL stays short as /serial/{id}, matching the public VerHDLink route.
Embed and API responses are sent with no-cache headers so player state stays fresh.
The embed exposes window.verhdlinkPlayer with play(), pause(), seek(seconds), getCurrentTime(), getDuration(), getPaused(), and getSource(). From the parent page, call these remotely with postMessage({ type: 'verhdlink:command', command: 'seek', args: [30] }, '*'); the player replies with a verhdlink:response event.
VerHDLink player events:
verhdlink:ready
verhdlink:error
verhdlink:sourceused
verhdlink:response
verhdlink:close
verhdlink:play
verhdlink:pause
verhdlink:seeking
verhdlink:seeked
verhdlink:ended
verhdlink:loadedmetadata
verhdlink:volumechange
verhdlink:ratechange
verhdlink:timeupdate