I want to port cordova app to Windows Phone 8 platform. But there's come troubles with sound.
There was string new Media('/android_asset/sounds/bell.wav').
When I changing param to 'sounds/bell.wav', error code is 1. If I put 'x-wmapp0:www/sounds/bell.wav' or 'file:///www/sounds/bell.wav' there's no errors but sounds is not playing.
URLs from Internet (files and streams) playing well.
Please help me to find a way to play local files from app on wp8.