51博客各种MP3播放器代码大全|51空间代码|51博客代码|51播放器代码|51留言代码|51背景代码|51主页代码|51音乐播放器代码|51秀代码|51图片代码
插入mp3代码:
<EMBED src="mp3地址" width=310 height=35 type=audio/x-pn-realaudio-plugin controls="ControlPanel,StatusBar" autostart="true" loop="true">
支持rm或mid格式(随机播放): <EMBED src="rm\mp3\mid地址" width=150 height=25 type=audio/x-pn-realaudio-plugin controls="ControlPanel" autostart="true">
非自动播放:
<EMBED src="rm\mp3地址" width=248 height=66 type=audio/x-pn-realaudio-plugin border="0">
隐藏mp3播放器:
<embed width="0" height="0" src="MP3地址" type="application/x-shockwave-flash"></embed>
|