We have paid for the unlimited version of 3.2.5, which seems to have a bug with the audio coverImage, that the release version on the website does not seem to have.
When we add a coverImage property to the clip object, flowplayer fails to load either the mp3 or the coverImage and displays the spinning loading circle forever.
Using the exact same code, but referencing the flowplayer release on the website http://releases.flowplayer.org/swf/flowplayer-3.2.5.swf) works, the mp3 and coverImage load as expected.
Is is possible to get a release of flowplayer unlimited 3.2.5 that works as the version on the website, but which we can remove the logo from?
Cheers,
Kulu Valley Development Team
When we add a coverImage property to the clip object, flowplayer fails to load either the mp3 or the coverImage and displays the spinning loading circle forever.
flowplayer(id, this.flowplayer_swf, {
'clip': {
'url': video_url,
'coverImage': 'http://releases.flowplayer.org/data/national.jpg'
}
});
Using the exact same code, but referencing the flowplayer release on the website http://releases.flowplayer.org/swf/flowplayer-3.2.5.swf) works, the mp3 and coverImage load as expected.
Is is possible to get a release of flowplayer unlimited 3.2.5 that works as the version on the website, but which we can remove the logo from?
Cheers,
Kulu Valley Development Team