Ticket #222 (closed defect: fixed)
No ads, no streams - OVA for FP results in a Flash exception
| Reported by: | paul | Owned by: | paul |
|---|---|---|---|
| Priority: | blocker | Milestone: | OVA for Flowplayer (v1.0.0) |
| Component: | OVA for Flowplayer | Version: | OVA for Flowplayer (trunk) |
| Keywords: | Cc: | ||
| Forum thread: |
Description
No ads and no streams to play - click Play and OVA for FP generates a "getIndex()" exception - see Ad Tech examples where ad tags are not returning a result at the moment
Change History
Note: See
TracTickets for help on using
tickets.

Fixed.
Issue was created by replacing the clip list in Flowplayer with an empty clip list. The following check has been added to onTemplateLoaded()
if(_clipList.length > 0) {
}