Iframe Embed

The code to embed a Kaltura video with Videoken controls is given below. The entry_id, wid and uiconf_id that you obtain from Kaltura Dashboard must be passed in to the src attribute of the iframe.

<iframe src="https://kaltura.videoken.com/embed?entry_id=<entry_id>&wid=<wid>&uiconf_id=<uiconf_id>" 
frameborder="0" allowfullscreen allow="autoplay" width="900" height="540"></iframe>

Below is a sample video embedded using this method.