HTML5에서 사용할 수 있는 AUDIO!
웹에서도, 모바일웹에서도 파일 재생을 해줄 수 있는 좋은 태그이다.
기본 AUDIO 태그 사용법
http://www.w3schools.com/html5/html5_audio.asp
<audio src="URL" autoplay preload="auto" controls="controls"></audio>
속성
https://developer.mozilla.org/en/DOM/HTMLMediaElement
jquery 와 audio
http://neutroncreations.com/blog/building-a-custom-html5-audio-player-with-jquery/
참고될만한 URL
http://www.hotscripts.com/category/scripts/html5/html5-applications/audio-players/
http://www.jquery4u.com/media/10-jquery-audio/
http://www.w3schools.com/html5/html5_ref_eventattributes.asp
참고할만한 라이브러리 - BUZZ
http://buzz.jaysalvat.com/demo/
jPlayer