Hi everyone!
I'm currently facing the audio plugin problems which stops me from using flowplayer at all :(
If the url of audio clip refers to non-existent file (server gives 404 responce), flowplayer does nothing, not reporting errors via onError callback and just waits forever. I expect to receive error code 200: "Stream not found" to correctly process it, but i get just a player doing something inside (or doing nothing inside).
It does not happen to *.flv files. Only to *.mp3.
This error is easy to reproduce:
just change "/demos/plugins/fake_empire.mp3"
to "/demos/plugins/fake_empire_blah_blah.mp3"
in the example: "Flowplayer as a music box" http://static.flowplayer.org/plugins/streaming/audio.html) and see what happens.
Any ideas?
Thanks,
Andrew.
I'm currently facing the audio plugin problems which stops me from using flowplayer at all :(
If the url of audio clip refers to non-existent file (server gives 404 responce), flowplayer does nothing, not reporting errors via onError callback and just waits forever. I expect to receive error code 200: "Stream not found" to correctly process it, but i get just a player doing something inside (or doing nothing inside).
It does not happen to *.flv files. Only to *.mp3.
This error is easy to reproduce:
just change "/demos/plugins/fake_empire.mp3"
to "/demos/plugins/fake_empire_blah_blah.mp3"
in the example: "Flowplayer as a music box" http://static.flowplayer.org/plugins/streaming/audio.html) and see what happens.
Any ideas?
Thanks,
Andrew.