This is the only sample i have at the moment that causes this problem.
But i have checked on youtube and their player also exhibits the same symptoms on FF3 and IE7 so i tend to agree with you that its an error in the flv video itself or maybe even in the flash plugin.
I am handling it like this:
But i have checked on youtube and their player also exhibits the same symptoms on FF3 and IE7 so i tend to agree with you that its an error in the flv video itself or maybe even in the flash plugin.
I am handling it like this:
$f('player').onBufferEmpty(function () {
setTimeout(function () {
...
},3000);
});
Thanks