MailOnline / VPAIDFLASHClient

Exposes FLASH VPAID API to JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow the possibility of listening to all the events

carpasse opened this issue · comments

I would be great to be able listen to all the event with a single handler
something like:

adUnit.on('*', function(evt){
   //Code to execute on every event of the adUnit
});