Ticket #84 (closed defect: fixed)
Image overlay is not appearing
| Reported by: | paul | Owned by: | paul |
|---|---|---|---|
| Priority: | blocker | Milestone: | OVA for JW Player 5 (0.4.4) |
| Component: | OVA for JW Player 5 | Version: | OVA for JW Player 5 (trunk) |
| Keywords: | overlays | Cc: | |
| Forum thread: |
Description
Image overlay is not appearing (and ad notice is also showing when the overlay should appear):
ova.jwplayer.5x/examples/pages/ad-formats/example10.html
Change History
Note: See
TracTickets for help on using
tickets.

Was a knock on consequence of changing the way the duration is set on a stream/adslot in the constructor:
_duration = duration;
was changed to:
this.duration = duration
which triggered the tracking table being reset. Changed back. Fixed.