Ticket #37 (new defect)

Opened 3 years ago

Unordered adslots produce invalid results

Reported by: paul Owned by: paul
Priority: minor Milestone:
Component: OVA for AS3 Version:
Keywords: ad slot, ordering Cc:
Forum thread:

Description

If ad slots are ordered as follows:

"schedule": [

{

"zone": "18",
"position": "post-roll"

},
{

"zone": "33",
"position": "bottom",
"width": 450,
"height": 50,
"startTime": "00:00:05",
"duration": "15"

}

],

The overlay won't play. Must be something about being unordered.
Delete comment Comment 1 by paul.schulz, Apr 28, 2010
This schedule results in the overlay playing over the second ad slot:

"schedule": [

{

"zone": "5",
"position": "pre-roll"

},
{

"zone": "30",
"startTime": "00:00:01",
"duration": 15,
"width": 450,
"height": 50

},
{

"zone": "5",
"position": "pre-roll"

},
{

"zone": "30",
"startTime": "00:00:20",
"duration": 10,
"width": 450,
"height": 50

}

]

Note: See TracTickets for help on using tickets.