
JWPlayer 6 Flash Seeking
I am having issues with seeking after i upgraded to jwplayer 6. It works well in html5 but in flash i cannot seek past parts of the video that is not yet loaded.
Here is my jwplayer.setup:
bc.. jwplayer("player").setup({
flashplayer: '/swf/jwplayer.flash.swf',
file: /pathtovideo/video.mp4,
width: '100%',
height: '100%',
provider:'http',
'http.startparam':'starttime',
primary: 'html5',
autostart: 'true'
});
It works well in html5 and is use to work in jwplayer5 but it stopped after upgrading. Am I missing a param?