jQuery Audio Player

Posted by tony noriega on Stack Overflow See other posts from Stack Overflow or by tony noriega
Published on 2010-05-05T14:23:11Z Indexed on 2010/05/05 14:38 UTC
Read the original article Hit count: 277

Filed under:
|
|

I was given 2 MP3 files, one that is 4.5Mb and one that is 5.6Mb. I was instructed to have them play on a website i am managing. I have found a nice, clean looking CSS based jQuery audio player.

My question is, is this the right solution for files that big? I am not sure if the player preloads the file, or streams it ? (if that is the correct terminology) i dont deal much with audio players and such...

this player is from happyworm.com/jquery/jplayer/latest/demo-01.htm

is there another approach i shoudl take to get this to play properly? I dont want it to have to buffer, and the visitor to wait, or slow page loading...etc..etc.. i want it to play clean and not affect the visitors session to the site.

thanks

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about audio