谁有播放音乐代码啊,谢谢!

来源:百度知道 编辑:UC知道 时间:2024/06/02 18:01:48
我想做一个音乐网站,在后台上传音乐文件.
在前台点击音乐名称就可以播放该音乐.

最好前后台、数据库都有的,本人在此不胜感激。

relmedia格式
<embed name="rplayer"type="audio/x-pn-realaudio-plugin"src='链接地址'Controlpanel.statusBar"wid=460 height=68 border=0 autostart=true loop=true>

wma格式
<embed src="链接地址" autostart="true"hidden="true"loop=true>

电影播放
<embed name="mplayer" type="application/x-oleobject" src='链接地址'controls="ControlPanel.StatusBar"width=460 height=268 border=0 autostart=true loop=true>
提示:〈1〉尽量寻找速度比较稳定的链接。

〈2〉将代码中的 "loop="后的值改为false可以禁止循环播放

〈3〉修改电影播放器的大小,只要修改width和height的值就可以了

〈4〉电影连接必须为流媒体(即前缀为MMS的),否则可能无法在线播放

本文转自http://www.cd200.com