Silverlight中多媒体使用了MediaElemtn控件实现,可以支持多种音频格式,包括Media player支持的解码格式“mp3,wma,wmv...”。由于Silverlight安装包大小关系,不支持网络常用的:“real ,flash vedio”编码格式。但是MediaElement支持普通和在线播放的等多种协议:
http
https
mms (You can use an mms URL but it will fall back to http.)
rtsp (You can use an rtsp URL but it will fall back to http.)
rstpt (You can use an rtspt URL but it will fall back to http.)
这里推荐一个非常不错的音乐播放器源码,供大家参考:http://slcenter.cn/show_33.aspx
可以下载哟~ | |
来自:http://hi.baidu.com/bobby96333/blog/item/7b16e65057c7ed648535245e.html
还有什么源码吗?最新的,大家回贴哈!~~~