Ticket #84 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by paul

  • Status changed from new to closed
  • Resolution set to fixed

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.

Note: See TracTickets for help on using tickets.