Ticket #305 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Post-roll click through hides play button post click through

Reported by: paul Owned by: paul
Priority: blocker Milestone: OVA for JW Player 5 (v1.0.0)
Component: OVA for JW Player 5 Version: OVA for JW Player 5 (trunk)
Keywords: Cc:
Forum thread:

Description

On a post-roll in JW5, when clicking through on the linear ad the play button is still hidden by the click through region. Need to hide the region once the video is paused.

Interestingly only happens on a post-roll...

Change History

comment:1 Changed 2 years ago by paul

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

Fixed.

Required a rewrite of:

VASTController.onPlayerPause()
VASTController.onPlayerResume()

Issue was that the index passed through was the playlist index and not necessarily the index of the adslot, so the wrong stream/adslot was being pulled out and manipulated.

Note: See TracTickets for help on using tickets.