JWPlayer 6.7 sürümünde altyazılarda arkaplanı siyah olarak çıkıyor nasıl düzeltebilirim. kodları da aşağıda verdim.

<script>
jwplayer('mediaspace').setup({
'flashplayer': 'video/jwplayer.js',
'file': 'http://cs514217v4.vk.me/u220510902/videos/ec17c3a1f5.480.mp4',
'image': 'http://i1.cdnds.net/13/09/618x915/ustv-game-of-thrones-s3-poster-1.jpg',
'title': 'Game of Thrones 1.Sezon 1.Bolum',
'controlbar': 'bottom',
'tracks': [{
'file': "122.srt",
'label': "Turkce",
'kind': "captions",
"default": true
},{
'file': "123.srt",
'kind': "captions",
'label': "English"
}],
'captions': {
'fontsize': 20,
},
'width': '607',
'height': '360',
});
</script>