I'm new to phonegap and wanted to ask you some question. I successfully built a local app using node.js and the console. What I want to do is to play an audio file from an url. Problem is it's not working! I've used the example from the phonegap site: http://docs.phonegap.com/en/3.3.0/cordova_media_media.md.html
Permissions and feature for the plugin (config.xml) are already in the code. I just can't get the audio playing. All I get is "Media is not defined". It's frustating, but I thought maybe you guys could help me.