
Stretching issues in JW6
After switching to new JW6 my 'stretch' parameter didn't working at all.
*Preview:*
http://dev.cinecliq.com/wl/30/movie/325/All+for+One.html
*Code:*
bc.. jwplayer('mediaplayer').setup({
'id': 'playerID',
'width': '628',
'height': '265',
'stretching':'uniform',
'dock':'false',
'controlbar.position':'over',
'controlbar.idlehide':'false',
'logo.file': '/img/trailer2.png',
'logo.hide': false,
'logo.timeout':10,
'logo.out':0.8,
'logo.position': 'top-left',
'image': 'https://cinecliq.com/splash/00325_allone_splash_trailer.jpg',
'bufferlength': 15,
'skin': '/lib/jwplayer6/six/six.xml',
'playlist':[{
'file': 'http://dev.cinecliq.com/325/trailer.smil',
'provider': 'http://players.edgesuite.net/flash/plugins/jw/v3.0/AkamaiAdvancedJWStreamProvider.swf',
'type':'mp4'
}],
'primary': 'flash'
});
The question is: is the 'stretching':'uniform' syntax is valid for JW6? Or we are missing something else? Because on JW5 it was ok.