Play sound on Phonegap app for Android

后端 未结 6 1154
时光说笑
时光说笑 2020-11-29 05:47

I try to play an mp3 file. This works if I change the path to the file on my local webserver, but if I run this on an Android device the sound is not played and no error is

6条回答
  •  無奈伤痛
    2020-11-29 06:03

    If you are using local files, try to reference them with src="file:///yourpath/sayHello.mp3"

提交回复
热议问题