You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Forum user: Mandy Shaw http://uk.linkedin.com/in/mandyshaw

Basic information

Registered Mar 26, 2010
Last login Apr 18, 2010
Forum posts 8
Direct URL http://www.flowplayer.org/forum/users/25308

Latest forum posts

Posts:

Registered:

'van insurance' post is spam

Posted: Aug 7, 2011

The 'van insurance' post on this thread is spam, could someone remove it please. Thanks.

Posts:

Registered:

In "official" version of plugin?

Posted: Jun 8, 2010

Does anyone know whether this fix ever made it into the 'official' audio plugin? I am having problems with the combination of Safari and the audio plugin (seehttp://flowplayer.org/forum/8/39754) and am just wondering whether there's any connection with the issue Andrew raised.
Thanks
Mandy

Posts:

Registered:

now cross-posted into bug list forum

Posted: Apr 27, 2010

please reply on the thread there if you have any input - thanks

Posts:

Registered:

cross-posted into bug list forum

Posted: Apr 27, 2010

please reply on the thread there if you have any input - thanks

Posts:

Registered:

onSeek in audio plugin always returns zero

Posted: Apr 18, 2010

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

Posts:

Registered:

Cuepoint problems with audio plugin in Safari

Posted: Apr 18, 2010

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 have a very simple audio plugin (3.1.2) deployment which seems to have problems in Safari.

The idea is to have an mp3 trigger display of the pages of its sheet music, via millisecond cuepoints at the page ends and using the content plugin (version 3.1.0).

With Safari (tested on Windows), if a page image is slow to load for any reason, the following and all subsequent cuepoints frequently do not trigger, maybe because the browser is too busy loading the image to recognise the next cuepoint event, and therefore gets muddled. The other browsers I have tried (certainly IE8 and Firefox, which have been tested extensively on slow connections) seem to cope very well with this scenario, sometimes missing a page display but always catching up.

Cuepoint handler Javascript fragment:
...
function(clip, point) {
this.getPlugin("content").setHtml("<img src="felton." + pageNumber(point) + ".jpg" />");
...

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

Any suggestions very gratefully received - many thanks.

Posts:

Registered:

Cuepoint problems with audio plugin in Safari

Posted: Mar 27, 2010

Hi

I have a very simple audio plugin (3.1.2) deployment which seems to have problems in Safari.

The idea is to have an mp3 trigger display of the pages of its sheet music, via millisecond cuepoints at the page ends and using the content plugin (version 3.1.0).

With Safari (tested on Windows), if a page image is slow to load for any reason, the following and all subsequent cuepoints frequently do not trigger, maybe because the browser is too busy loading the image to recognise the next cuepoint event, and therefore gets muddled. The other browsers I have tried (certainly IE8 and Firefox, which have been tested extensively on slow connections) seem to cope very well with this scenario, sometimes missing a page display but always catching up.

Cuepoint handler Javascript fragment:
...
function(clip, point) {
this.getPlugin("content").setHtml("<img src="felton." + pageNumber(point) + ".jpg" />");
...

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

Any suggestions very gratefully received - many thanks.

Posts:

Registered:

onSeek in audio plugin always returns zero

Posted: Mar 27, 2010

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