所需工具:
iapp(工具)文章源自灵鲨社区-https://www.0s52.com/bcjc/iappjc/1363.html
聪明的大脑文章源自灵鲨社区-https://www.0s52.com/bcjc/iappjc/1363.html
勤劳的双手文章源自灵鲨社区-https://www.0s52.com/bcjc/iappjc/1363.html
文章源自灵鲨社区-https://www.0s52.com/bcjc/iappjc/1363.html
注:本站只提供教程,不提供任何成品+工具,仅限用于学习和研究文章源自灵鲨社区-https://www.0s52.com/bcjc/iappjc/1363.html
文章源自灵鲨社区-https://www.0s52.com/bcjc/iappjc/1363.html
教程如下:文章源自灵鲨社区-https://www.0s52.com/bcjc/iappjc/1363.html
首先创建应用文章源自灵鲨社区-https://www.0s52.com/bcjc/iappjc/1363.html
点击创建应用文章源自灵鲨社区-https://www.0s52.com/bcjc/iappjc/1363.html
点击可视编程设计文章源自灵鲨社区-https://www.0s52.com/bcjc/iappjc/1363.html
这个是我随便写的玩的,忽略这步,点击最右面的(控件)
点击载入事件
输入这个代码
s a = "音乐链接"
bfm(a, b)
//播放
//bfms(b, "st")
//暂停
//bfms(b, "pe")
//停止
//bfms(b, "sp")
//结束播放组件
//bfms(b, "re")
//是否在播放
//bfms(b, "ip", c)
//tw(c)
//获取音频时长(毫秒)
//bfms(b, "dn", c)
//tw(c)
//获取当前播放时长(毫秒)
//bfms(b, "cn", c)
//tw(c)
//指定播放的位置(毫秒)
//bfms(b, "seekto", 2000)
//设置音量(0-100)
//bfms(b, "volume", 100, 100)
//一直循环播放
//bfms(b, "sl", true)
音乐链接可以去百度上搜索,这段是哆啦A梦的主题曲音乐链接
http://antiserver.kuwo.cn/anti.s?useless=/resource/&format=mp3&rid=MUSIC_28015095&response=res&type=convert_url&
评论