Possible Duplicate:
access files from assets/www directory
I'm writing android app using phonegap and want to play mp3 on click in the button, my mp3 is located in the www folder. Unfortunately I tried to use "android_asset/ww/sample.mp3" as a src for new Media(src, Succ, Err); and file is not played. Is that path correct ? I'm using Cordova 2.0.0 and Eclipse.