Open GoogleCodeExporter opened 8 years ago
After investigation it seems that the elements of the original playlist, after
manipulation by OAS, have a scaling value that is an Object rather than a
string.
{url:'/path/file.flv' scaling:{value:'fit'}}
rather than the expected:
{url:'/path/file.flv' scaling:'fit'}
The Inline Ad elements are properly constructed but always set to 'scale'.
Original comment by brian.b...@gmail.com
on 13 Apr 2010 at 9:58
My previous comment is actually referring to the Flowplayer implementation.
Original comment by brian.b...@gmail.com
on 13 Apr 2010 at 10:00
Sorting for FP 0.5.0 RC2
Original comment by paul.sch...@gmail.com
on 20 Apr 2010 at 10:16
Sorted for FP 0.5.0 RC2 - ads can now be scaled if they have the scaling values
in the VAST response and the
appropriate scaling option is turned on in the config - e.g.
enforceLinearInteractiveAdScaling:Boolean:false;
enforceLinearVideoAdScaling:Boolean:false;
See linear interactive ad examples for this working in action. Also scaling
setting on playlist confirmed to be
working properly in this RC (by the way, the clip.scaling value is an Object of
MediaType as per the way that
Flowplayer do it on the API)
Looking into JW scaling - not sure it's possible. Asking..
Original comment by paul.sch...@gmail.com
on 20 Apr 2010 at 7:16
Talking with the Longtail folks Thursday to work out how to add this for JW
Original comment by paul.sch...@gmail.com
on 20 Apr 2010 at 7:59
Have implemented for JW 5.x - just confirming though that the options are
right... and the JW API refers to
"image" scaling not video so I'm not 100% sure it works yet
Original comment by paul.sch...@gmail.com
on 21 Apr 2010 at 4:47
Original issue reported on code.google.com by
outnow...@gmail.com
on 4 Mar 2010 at 4:11