Put the following code in aspx page or html page.
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head runat=”server”>
<title></title>
</head>
<body>
<form id=”form1″ runat=”server”>
<div>
<audio controls=”controls”>
<source src=”Wonderland.wma” type=”audio/mpeg” />
Your browser does not support the audio element.
</audio>
</div>
</form>
</body>
</html>
I try to use wma but not successful. I believe it is not supported.
You can also download a single solution from http://skydrive.live.com. The sample file name is WebAppAudio.rar My MSN ID is chanmmn@hotmail.com.