I'm trying to use the HTML5 tag on the iPad. It works fine if the source is set to a hard-coded file:
<audio src="http://...../myFile.wav"></audio>
...but if I set the URL to a servlet or ASP.net page it refuses to play it!
<audio src="http://...../myDynamicHandler.ashx?audioId=123"></audio>
Any ideas?