I'm having trouble playing an mp3 file in my Intel XDK app.
I'm using the Cordova Media plugin, which is best suited to do this, but the problem is this: I can not play audio files that are located in the www
folder of my project.
The tutorials I saw on the internet play an audio from a url, but I want to play an audio that is in the mp3/
folder within www
.
How can I do this?