How to play local audio files

Hi,

I’m trying to play audio files in my android app with the plugin org.apache.cordova.media but it doesn’t work :frowning:

I’ve got ReferenceError: Media is not defined when I try to create a new media (var my_media = new Media('sound.mp3')).

Looking around, it seems like this plugin is not compatible with new versions of cordova (I’m using version 3.5).

Any idea or tips to get this working ?

Thanks a lot.

2 Likes