0
I’m having trouble playing an mp3 file in my Intel XDK app.
I am using the Media plugin of Cordova, which is the most suitable to do this, but the problem is the following: I can’t play audios that are located in the folder www
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 folder mp3/
within the www
.
How can I do that?