Yes, the 1 file you are talking about was moved from "WEB_RESOURCES/files/resources/audio/" to just "WEB_RESOURCES" when I was still using libraries 2.2 because someone from your staff advised me to try this to correct another problem I had (and still have) with playing locally stored audio files in the Windows Phone build.
All the other files were kept in "WEB_RESOURCES/files/resources/audio/", and those are the files that are impossible to find after the update.
1) There is no login functionality.
2) Testing the issue
I have 5 locally stored files:
1: epc_bodyscan1.mp3
stored under "WEB_RESOURCES" under 2.2, automatically moved to "WEB_RESOURCES/app" under 3.0, it plays fine using the audio control with "epc_bodyscan1.mp3" as src. (image 1)
2: epc_assise_sans_douleur.mp3
3: epc_respiration1.mp3
4: epc_silence_1_coup_par_10_minutes-GW.mp3
5: epc_yoga.mp3
stored under "WEB_RESOURCES/files/resources/audio/" under 2.2, they were moved SOMEWHERE! The audio controls used to play them without problem using the src: "/files/resources/audio/FILENAME.mp3". Now they can't play them (the audio controls are grayed since the files are not stored in that path anymore) (image 2).
The files are impossible to find in the source. I don't know where they were moved, but I can show that they are still somewhere by compiling the app as an HTML app and opening the ZIP archive: epc_bodyscan1.mp3 is in the "/app" folder, and the 4 other files are in "/files/resources/audio". So they are still stored somewhere in the source.
What I would need from you is one of those 2 things:
a) either a way to move the files 2,3,4 and 5 to the same path as epc_bodyscan1.mp3 in the source ("WEB_RESOURCES/app")
b) or a way to delete the files from the source so that I can upload them again in the "WEB_RESOURCES/app" folder.
Any of the two options would be fine for me.