Embedded Flash MP3 player slow on some files, normal on others

后端 未结 2 851
旧时难觅i
旧时难觅i 2021-01-25 11:59

I am using a embeddable Flash based MP3 player (The standalone Version of Wordpress Audio Player, to be exact) to play audio on the web page of a client. Given the nature of Fla

相关标签:
2条回答
  • 2021-01-25 12:33

    This is likely because the sample rate info in the header file does not match the sample rate the file was encoded with. Try fixing the problematic file with one of the MP# fixer utilities: google search.

    It is also possible that this is a driver issue on their pc, and reinstalling/updating their audio driver may solve the problem.

    0 讨论(0)
  • 2021-01-25 12:49

    I think this is a bug with certain versions of the Flash player. I have a Flash-based MP3 audio player that I made with the same problem. The solution is to make sure it is a 44,100 kHz MP3 file... or make your users upgrade their player.

    Here is my site with the details:

    http://web.archive.org/web/20111227184112/http://www.quickmediasolutions.com/sandbox/audio_player/

    0 讨论(0)
提交回复
热议问题