I\'ve searched and found many articles that discuss the common methods you can use in javascript to control HTML audio elements. However, I have not been able to find anywhe
For Mozilla Firefox's implementation (Gecko), see the following in the Mozilla Development Center:
For Internet Explorer 9 (currently beta), see the following at MSDN:
http://dev.w3.org/html5/spec-author-view/video.html#audio (large document)
The play/pause methods can be found here: http://dev.w3.org/html5/spec-author-view/video.html#media-element
You're looking for something more generic: HTMLMediaElement, here are some reference guides:
https://developer.mozilla.org/en/DOM/HTMLMediaElement
http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#audio
https://developer.apple.com/documentation/webkitjs/htmlmediaelement