I have a mp3 file that i want to be played based on user actions.(a dom event) i have it in www/audio/a.mp3 I am using cordova-plugin-media to handle running the media, but the problem is i cant figure out the file path correctly;
i am using the code below to create the media object
let media = new Media(cordova.file.applicationDirectory+"www/audio/a.mp3", onSuccess, onError);
but the file doesn't play on my device. what should i do? help me if you can.
You don't weed to use cordova to access your www directory. Simply try