The 'van insurance' post on this thread is spam, could someone remove it please. Thanks.
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
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
Thanks
Mandy
please reply on the thread there if you have any input - thanks
please reply on the thread there if you have any input - thanks
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
******
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
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.
******
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.
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.
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.
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
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