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).
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);