.

插入音乐播放代码
分类:电脑知识 发表于:2007-06-06 10:49:15 评论(0)


手动播放,不循环播放

<embed src=音乐地址 type=audio/x-pn-realaudio-plugin controls=controlpanel,statusbarautostart=false width=270 height=40>

手动播放,循环播放

<embed src=音乐地址 type=audio/x-pn-realaudio-plugin controls=controlpanel,statusbar autostart=true loop=true width=270 height=40>

自动播放,循环播放,隐藏播放器

<embed src=音乐地址 type=audio/x-pn-realaudio-plugin controls=controlpanel,statusbar autostart=true loop=true hidden=true width=400 height=40>

  
邮箱: 密码: