google-code-export / flowplayer-core

Automatically exported from code.google.com/p/flowplayer-core
2 stars 0 forks source link

"Error: Error calling method on NPObject" every time after file not found #611

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. open
2. call $f().play({url: 
'http://releases.flowplayer.org/data/fake_empire_404.mp3'})
3. after error call $f().play({url: 
'http://releases.flowplayer.org/data/fake_empire.mp3'})

Original issue reported on code.google.com by siria...@gmail.com on 24 Jul 2012 at 5:50

GoogleCodeExporter commented 9 years ago
upd: open page flowplayer.org/plugins/streaming/audio.html

Original comment by siria...@gmail.com on 24 Jul 2012 at 5:51

GoogleCodeExporter commented 9 years ago
Hi its not clearing the current stream on 404 errors and when trying to stop it 
to start the new stream its a problem because your config is resetting the 
playlist with a new file.

https://dl.dropbox.com/u/3394987/flowplayer.audio-3.2.9.zip

fixed in this version. 

Original comment by electrot...@gmail.com on 24 Jul 2012 at 6:03