https://www.jianshu.com/p/a8fdebbcd88b 使用绝对路径播放本地音乐 const innerAudioContext = uni.createInnerAudioContext(); innerAudioContext.src = '/storage/emulated/0/0/music/jay/0449fc38-c2bc-40.flac'; // 本地音乐文件绝对路径 innerAudioContext.play();
4 个回复
王者地带 - 5+混合APP开发教程网 | http://www.html5-app.com | 咨询QQ: 2564034335
直接把mp3放在项目中打包就可以
Macrow (作者)
协议地址怎么引用?file://吗,试验了几次都不行,可以指导一下吗,谢谢了!
Macrow (作者)
找到办法了,自己把本地音乐转成base64格式,直接用audio就可以播放了。
1***@qq.com
https://www.jianshu.com/p/a8fdebbcd88b
使用绝对路径播放本地音乐
const innerAudioContext = uni.createInnerAudioContext();
innerAudioContext.src = '/storage/emulated/0/0/music/jay/0449fc38-c2bc-40.flac'; // 本地音乐文件绝对路径
innerAudioContext.play();