Kill you - I can’t understand how I can use events from this plugin https://github.com/MailOnline/videojs-vast-vpaid

for example, I need to give an alert on the event vast.adStart how to do it? =)

1 answer 1

Well, that's the way to use, here all the events are described.

 player.on('vast.adStart', function () { alert(true); });