I dont kow how but i cant seem to get pseudostreaming to work. I have the following configuration:
clip: {
autoPlay: true,
scaling: 'scale',
accelerated: true
},
plugins: {
controls: {
url: '/flowplayer.controls.swf',
timeColor: '#97CD31',
durationColor: '#FFFFFF',
progressColor: '#016425',
bufferColor: '#333333'
},
pseudo: {
url: '/flowplayer.pseudostreaming.swf',
queryString: escape('?start=${start}&config=1_180')
}
}
But somehow the player doesen't let me click anny place on the timeline that has not yet been loaded. The hand pointer simply doesent show. Is there annything wrong in my configuration ore could it be something else?
clip: {
autoPlay: true,
scaling: 'scale',
accelerated: true
},
plugins: {
controls: {
url: '/flowplayer.controls.swf',
timeColor: '#97CD31',
durationColor: '#FFFFFF',
progressColor: '#016425',
bufferColor: '#333333'
},
pseudo: {
url: '/flowplayer.pseudostreaming.swf',
queryString: escape('?start=${start}&config=1_180')
}
}
But somehow the player doesen't let me click anny place on the timeline that has not yet been loaded. The hand pointer simply doesent show. Is there annything wrong in my configuration ore could it be something else?