I posted this 3 weeks ago on the 'Scripting' forum - I have had no suggestions from anyone, so I can only assume there is a bug involved, hence cross-posting here.

******

Hi

I cannot get the audio plugin (3.1.2) to return the seek value on onSeek. onBeforeSeek is fine, but isn't accurate if the scrubber is pushed past the current buffering limit.

Fragment showing correctly working onBeforeSeek:
onBeforeSeek: function(clip, seek) {
this.getPlugin("content").setHtml("<img src="felton." + pageNumber(seek*1000) + ".jpg" />");
}

Page containing the above is at
http://www.notamos.co.uk/flowplayer/example/felton-player.html

Same code with onSeek instead of onBeforeSeek simply returns zero in seek parameter every time (even though the scrubber is definitely in a non-zero location and the mp3 is playing from the right place).

Any assistance gratefully received.

Thank you
Mandy