joscentrium / openx-iab-vast

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

set default for overlays just to match on name (and not on dimensions) #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
currently overlays will only be displayed if the zone id matches AND the
DIMENSIONS of the overlay match the dimensions of the flowplayer zone config

It might be better to support a ANY zone match - by simply not specifing
the dimensions of the zone

for example:

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

becomes 

                { zone: '6',
                  position: 'bottom',
                  startTime: '00:00:20',
                  duration: '15'
                }

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