[]laya如何用audio播放音频?

private elentAutio: HTMLAudioElement;
constructor(){
    super();
    this.btn_play.on(Laya.Event.CLICK, this, this.onPlay);
    this.elentAutio = <HTMLAudioElement>document.createElement('audio');
    this.elentAutio.src="res/10.mp3";
}

onPlay():void{
    this.elentAutio.play();
}
 
由于要播放一些跨域音频,所以想到用audio,但PC上正常,手机上不能播放。
已邀请:

Laya_XS

赞同来自:

autio在某些手机浏览器使用是存在兼容性的,这个你可以通过百度查询autio的浏览器兼容性了解哪些浏览器存在问题!

要回复问题请先

商务合作
商务合作