Thumbnail embed with external thumbnail
The thumbnail embed method takes the same arguments as "kWidget.embed".
Thumbnail embed will pass all the configuration to the kWidget.embed when the user "click" on the play button.
To set an external thumbnail pass the following Flashvar: "thumbnailUrl"="http://..".
<div id="kaltura_player" style="width:400px;height:300px;"></div>
<script>
kWidget.thumbEmbed({
'targetId': 'kaltura_player',
'wid': '_243342',
'uiconf_id': '21099702',
'entry_id': '0_uka1msg4',
'flashvars':{
"thumbnailUrl":"http://player.kaltura.com/docs/images/logo-145.png"
}
});
</script>