Ticket #222 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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

comment:1 Changed 2 years ago by paul

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

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) {

_player.playlist.replaceClips2(_clipList);

}

Note: See TracTickets for help on using tickets.