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
Original issue reported on code.google.com by
pbir...@gmail.com
on 5 Aug 2009 at 3:32