in my Tizen IDE for wearable, on the project explorer, I've added a directory called 'sounds' and added some sound files into this directory. I've ran my project, even explored the .wgt file generated to ensure they're included which they appear to be. I can see the folders 'css/ js/ sounds/' I'm trying to use an audio element in javascript with the source 'sounds/xxx.wav' but they don't play, as if they don't exist. to debug this to make sure sounds worked, I then changed the source to '/opt/usr/media/Music/xxx.wav' which I manually put on the device thru USB into this folder. The sound plays perfectly.
where do these files included in your project get put? how do I reference them?
Edit Note: I found another "path" by browsing the folder, and clicking on a wav file in it. on the right properties pane, it gives me a location, and a path, I tried the supplied path given here, and this too does not work.