...
Accessibility: Use unique id attributes for each iframe if you are embedding multiple Kaltura players on one page: WCAG 2.0 Technique H93
Example 1 (without transcript):
When copying the embed code for material in the Cornell Libraries' Kaltura instance, we recommend selecting the "V7 Online Exhibits - video player" or "V7 Online Exhibits - audio player":
Kaltura media not uploaded to the Cornell Libraries' Kaltura instance will be subject to a retention policy: material that has not been played in 4 years will be deleted. Material uploaded to Cornell Libraries' Kaltura instance are exempt from this 4-year retention policy.
Example 1:
Code Block | ||
---|---|---|
| ||
<iframe id="kaltura_player" src="https://cdnapisec.kaltura.com/p/518251/sp/51825100/embedIframeJs/uiconf_id/22045162/partner_id/518251?iframeembed=true&playerId=kaltura_player&entry_id=1_68npz5bd&flashvars[streamerType]=auto&flashvars[localizationCode]=en&flashvars[Kaltura.addCrossoriginToIframe]=true&&wid=1_nf3ntai5" width="800" height="750" allowfullscreen webkitallowfullscreen mozAllowFullScreen allow="autoplay *; fullscreen *; encrypted-media *" frameborder="0" title="Kaltura Player"></iframe> |
HTML |
---|
<iframe id="kaltura_player" src="https://cdnapisec.kaltura.com/p/518251/sp/51825100/embedIframeJs/uiconf_id/22045162/partner_id/518251?iframeembed=true&playerId=kaltura_player&entry_id=1_68npz5bd&flashvars[streamerType]=auto&flashvars[localizationCode]=en&flashvars[Kaltura.addCrossoriginToIframe]=true&&wid=1_nf3ntai5" width="800" height="750" allowfullscreen webkitallowfullscreen mozAllowFullScreen allow="autoplay *; fullscreen *; encrypted-media *" frameborder="0" title="Kaltura Player"></iframe> |
Example 2 (with transcript):
Code Block | ||
---|---|---|
| ||
<iframe type="text/javascript" src='https://cdnapisec.kaltura.com/p/518251/embedPlaykitJs/uiconf_id/52202672?iframeembed=true&entry_id=1_j529sb4k' width="800" height="500" allowfullscreen webkitallowfullscreen mozAllowFullScreen allow="autoplay *; fullscreen *; encrypted-media *" frameborder="0"></iframe> |
HTML |
---|
<iframe type="text/javascript" src='https://cdnapisec.kaltura.com/p/518251/embedPlaykitJs/uiconf_id/52202672?iframeembed=true&entry_id=1_j529sb4k' width="800" height="500" allowfullscreen webkitallowfullscreen mozAllowFullScreen allow="autoplay *; fullscreen *; encrypted-media *" frameborder="0"></iframe> |
...