hellios78 / openx-iab-vast

Automatically exported from code.google.com/p/openx-iab-vast
0 stars 0 forks source link

If 2 overlay zones overlay in time or have no gap in time between overlay 1 and overlay 2 - one of them is never seen #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If 2 overlay zones overlay in time or have no gap in time between overlay 1
and overlay 2 - one of them is never seen

for example - the config here runs an overlay for duration 15 seconds
starting at 00:05 - so it only ends at 00:20 but the next overlay is
scheduled to appear at 00:20 

           adSchedule: [
                { zone: '5',
                  position: 'bottom',
                  width: 600,
                  height: 40,
                  startTime: '00:00:05',
                  duration: '15'
                },
                { zone: '6',
                  position: 'bottom',
                  width: 600,
                  height: 40,
                  startTime: '00:00:20',
                  duration: '15'
                }

            ]
        }

Original issue reported on code.google.com by pbir...@gmail.com on 5 Aug 2009 at 3:56