I am trying to access sound files stored on the device for the first time. I've tried this popular post using the following with little success
<audio controls>
<source src="/android_asset/www/audio/definition.mp3" type="audio/mp3">
<source src="/android_asset/www/audio/definition.ogg" type="audio/ogg">
Your browser does not support the audio element.
</audio>
I do confess that I'm new to this so apologies if i'm missing something blindingly obvious ... but what am I missing here?