In my html page iam using this tag
<audio autoplay="autoplay">
<source src="first.mp3" type="audio/mpeg" control = "controls">
Your browser does not support the audio element.
</audio>
and first.mp3 is present in the assets folder the html file is also present in the assets folder
iam loading in a webview like this
webView.loadUrl("file:///android_asset/WebPages/index.html");
But not able to get any audio.
iam getting an error
11-01 17:41:28.160: E/MediaPlayer(8663): error (1, -2147483648)
11-01 17:41:28.171: E/MediaPlayer(8663): error (1, -2147483648)
11-01 17:41:28.187: E/MediaPlayer(8663): Error (1,-2147483648)
11-01 17:41:28.191: E/MediaPlayer(8663): Error (1,-2147483648)