How can I get a callback when the audio tag is ready to play. (to tell the user, when implementing my own controls)
Using Chrome.
Can you not bind to the onloadeddata event? It works for me. W3C Reference
onloadeddata