Ticket #305 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.

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.