(function() {
evp.hide('#cta');
evp.Loader.loadLibraries(['jquery'], function() {
evp.customizeLinks();
(new evp.Vimeo({
playerId: '641286a2-d457-4bb9-a518-16922430f85c',
videoId: '690300330',
htmlId: 'vimeo_690300330',
anyRun: {
embedOptions: {
responsive: true,
autoplay: false,
controls: false,
loop: false,
speed: false,
muted: true,
color: '000000'
},
actions: [new evp.Action.ContentTimeShifted(function(action) {
action.player.play()
}), new evp.Action.VideoEnded(true, function() {
evp.forwardTo('https://app.oneclicktrading.de')
})]
},
firstRun: {
actions: [new evp.Action.ContentTimeShifted(function(action) {
action.player.attachControls(new evp.Controls({
color: '000000',
playControl: true
}));
action.player.play()
}), new evp.Action.VideoTimeIsBetween(5, null, true, function() {
evp.show('#cta')
})]
},
furtherRun: {
actions: [new evp.Action.ContentTimeShifted(function(action) {
action.player.play()
}), new evp.Action.PlayerEmbedded(function() {
evp.show('#cta')
})]
},
isCookieNotEnabled: true,
isEipEnabled: false,
contentTimeShiftPoint: '2022-03-23T11:30'
})).embed()
})
})()