Hey,
I'm considering buying version for commercial use, but I need some functionality working, please help me:
http://www.cersoft.pl/projekty/smg/flowplayer/finals/
Here I've got test install with some simple scripting. I need to provide movie without user control (it's done) and I need to have full knowledge about player status (here I've got problem). On the test site there is status window (on the right panel) where come every single call to callback function. When buffering starts there is shown onStartBuffering (and it's correct), but there is no event for playback resume (when buffer is filled). Is there any callback function called when playback is resumed? Maybe I'm doing something wrong?
Best regards
Innovate
Does anyone know the answer?
Does anyone know the answer?
onLoadBegin() is called when
onLoadBegin() is called when the player receives "NetStream.Play.Start" from the underlying Flash NetStream. Does that work for you?
Sorry, but it doesn't. This
Sorry, but it doesn't. This is "log" from my example:
(FINISH)
onClipDone
onBufferFlush
onStartBuffering*
onStartBuffering*
onStartBuffering*
onStartBuffering*
onLoadBegin
onMetaData
onLoadBegin
onPlay
onStartBuffering
(START)
As you can see there are some onStartBuffering events (marked by me with *) and after each one of them I expected some event which stays for play resume.
onLoadBegin was called twice only at startup and first one was not synchronized with playback start (playback started after second onLoadBegin).
You can see it here: http://www.cersoft.pl/projekty/smg/flowplayer/finals/
Best regards
Mariusz (innovate)