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? =)
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? =)
Well, that's the way to use, here all the events are described.
player.on('vast.adStart', function () { alert(true); }); Source: https://ru.stackoverflow.com/questions/527146/
All Articles
player.on('reset', function () {- Grundy