You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

play() inside the onError callback does not play [revised] Created Jan 7, 2009

This thread is solved

Views: 5558     Replies: 1     Last reply Jan 12, 2009  
You must login first before you can use this feature

karina

Posts: 28

Registered:
Jun 21, 2008

play() inside the onError callback does not play [revised]

Posted: Jan 7, 2009

Using v 3.0.2, FF3, windows

The following code doesn't work. The player counts 3 seconds of playback but nothing is actually displayed. After that, nothing happens.
Then trying to manually click play, onError is raised again with the correctURL! But if autoPlay is set to false, manually clicking the play button does starts playing (sometimes it takes more then one click).


$f('player').onError(function () {
  this.play(correctURL);
});

$f('player').play(incorrectURL);

Anssi
Flowplayer Flash & video streaming developer

Posts: 1194

Registered:
Jul 24, 2007

» play() inside the onError callback does not play [revised]

Posted: Jan 12, 2009

Reply to: play() inside the onError callback does not play [revised], from karina
Will look into this for the next release.