Hi Dehash,
I've tried the following without any luck:
<audio controls="controls" style="width:100%">
<source src="/android_asset/www/test.mp3" type="audio/mpeg"/>
Your browser does not support the audio element.
</audio>
I've placed my test.mp3 file in the www folder but still doesn't seem
to find it.
Remember I am trying to use the html5 audio tag to play the audio, not
Phonegap media api.
Thanks,
AJ
> >> >> Is itpossibleto play an MP3 local file in Android (phonegap) using
> >> >> HTML5 <audio> tag? I was able to do it on phonegap for my IOS device,
> >> >> but not android device.
>
> >> >> If its notpossible, has anyone created a phonegap audio player with a