thatguystone / flowplayer-ima

A simple Interactive Media Ads plugin for FP
GNU General Public License v3.0
24 stars 8 forks source link

Close Ads event #19

Closed ghost closed 9 years ago

ghost commented 9 years ago

There are events to start( onAdStart ) and finish ( onAdFinish ),

But is there a close event?

or maybe is it possible to call onAdFinish when the user closes the banner?

thatguystone commented 9 years ago

Since FP is just a flash object embedded on a page, it doesn't have a built-in "banner", so that would be entirely implementation-specific and up the implementation to fire correctly. If the FP object is destroyed before an ad finishes, I'm not sure if there would even be defined behavior for that.