Ticket #368 (closed defect: fixed)
If ad playback is interrupted by scheduleAds(), the control bar is not reset
| Reported by: | paul | Owned by: | paul |
|---|---|---|---|
| Priority: | blocker | Milestone: | OVA for JW5 (v1.0.1) |
| Component: | OVA for JW Player 5 | Version: | OVA for JW Player 5 (trunk) |
| Keywords: | Cc: | ||
| Forum thread: |
Description
Reported by Alec.
If scheduleAds() interrupts the playback of an ad and the ad schedule is empty, the control bar is not reset. See:
http://static.openvideoads.org/support/alec-vallintine/scheduleAds/empty-schedule.html#
- load page
- click play
- wait for ad to start playing
- click "load from javascript"
- click play
- try to seek to a position in the show and notice that it does NOT work
Change History
Note: See
TracTickets for help on using
tickets.

Fixed - 1.0.1 RC1 (build 11)
Added unlockControlBar() to scheduleAds() API code to ensure control bar is always unlocked before rescheduling.