Hi,
I know this:
flvFile.onStatus = function(info) {
if (info.code=="NetStream.Play.Stop") {
flvFile.seek(0);
flvFile.pause(fileTitle + ".flv");
}
}
is the code to detect the ending of an flv-file…
But when mine ends the status doesn 't say “NetStream.Play.Stop”, but still says “Netstream.Buffer.Full”.
This is really annoying as I want to auto-rewind the file when it has ended.
Any thoughts?