(function() {
evp.hide('#boe');
evp.animateTo('html');
evp.Loader.loadLibraries(['jquery'], function() {
evp.customizeLinks();
(new evp.Vimeo({
playerId: '4d3c3274-3a9a-4dae-8645-ca60c5bc3cd1',
videoId: '815338107',
htmlId: 'vimeo_815338107',
anyRun: {
embedOptions: {
responsive: true,
autoplay: false,
controls: false,
loop: false,
speed: false,
muted: true,
color: '000000'
},
actions: [new evp.Action.PlayerEmbedded(function(action) {
action.player.play()
}), new evp.Action.VideoEnded(true, function() {
evp.forwardTo('#boe')
})]
},
firstRun: {
actions: [new evp.Action.PlayerEmbedded(function(action) {
action.player.attachControls(new evp.Controls({
color: '000000',
playControl: true,
muteControl: true,
volumeControl: true
}))
}), new evp.Action.VideoTimeIsBetween(15, null, true, function() {
evp.show('#boe');
})]
},
furtherRun: {
actions: [new evp.Action.PlayerEmbedded(function(action) {
action.player.attachControls(new evp.Controls({
color: '000000',
playControl: true,
timeDisplay: true,
timeControl: true,
durationDisplay: true,
muteControl: true,
volumeControl: true,
fullscreenControl: false
}))
}), new evp.Action.PlayerEmbedded(function() {
evp.show('#boe')
})]
},
isCookieNotEnabled: false,
isEipEnabled: false,
contentTimeShiftPoint: '',
shallFetchCampaignId: true,
ctaSelector: '#boe',
isJitEnabled: false,
jitTimeConfiguration: '',
jitTimeDivisor: ''
})).embed()
})
})()