当前位置: 代码迷 >> ASP.NET >> 网页 背景音乐?解决办法
  详细解决方案

网页 背景音乐?解决办法

热度:1646   发布时间:2013-02-26 00:00:00.0
网页 背景音乐??
应该添加什么引用?

------解决方案--------------------------------------------------------
去MSDN找!!
------解决方案--------------------------------------------------------
<embed src= 'file:///D:\Inetpub\wwwroot\WebTest\a.mp3 ' width= "368 " height= "43 " hidden= "true " autostart= "1 " loop= "1 " align= "middle " showdisplay= "0 " showcontrols= "1 " showpositioncontrols= "1 " showselectioncontrols= "0 " showtracker= "1 " moviewindowsize= "0 " fullscreenmode= "0 " moviewindowwidth= "0 " moviewindowheight= "0 " autorewind= "1 " playcount= "1 " selectionstart= "0 " appearance= "1 " borderstyle= "0 " filename= "a.mp3 " displaymode= "0 "> </embed>
------解决方案--------------------------------------------------------
<bgsound src= "音乐路径 " loop= "-1 "> 只适用于IE

<embed src= "音乐路径 " autostart= "true " loop= "true " hidden= "true "> 对Netscape ,IE 都适用
------解决方案--------------------------------------------------------
<EMBED SRC= "E:\音乐\One Night In BeiJing.mp3 " WIDTH= "145 " HEIGHT= "60 ">
------解决方案--------------------------------------------------------
<embed src= "images/list.wma " autostart= "true " width= "0 " height= "0 " loop= "true ">
  相关解决方案