Open marcn opened 12 years ago
I am having exactly same issue. None zero position with flash solution plays without sound. Audio file is same with your format.
Here is reproduced version http://test.apolyon.com/radio/test . it can play file without problem but click button which plays at 10 sec fails. It progress without sound.
I have tested it on 2.5 and 2.7 versions.
It's been a while, I believe the workaround for this is to use jPlayer.pause(pos) and (by listening for events) wait for the seek to get to the desired position before actually calling play().
@marcn How Pandora fixed this issue :) ?
I was just reviewing the older issues... And this still happens in Chrome.
There seems to be a bug in either Flash 11 or the jPlayer Flash MP4 helper that causes audio to play back without any sound when starting playback of a file via "play" using a non-zero position. This problem only seems to affect Flash 11 (it was okay in Flash 10).
To reproduce, load the following page in a browser with Flash 11 (i.e. latest Chrome): http://novakowski.net/jp/
(note: it is forcing Flash so even though Chrome can play back AAC natively, it's using the Flash helper)
As you should see - it tries to play back the file with an offset of 2 seconds. The playback starts and seems to progress at a natural pace, however there is no audio. If you try it with an earlier version of Flash (i.e. Flash 10) it will work correctly.