.aspx文件中加入<embed src="***.wav"></embed>音乐怎么不播放,而在.html文件中能播放,这是怎么回事?

解决方案 »

  1.   

    好像这个东西 <embed src="***.wav"> </embed> 是不可以的哦,它不认识的吧
      

  2.   

    embed 标签是不符合 W3C 的规范的
      

  3.   

    其实 你可以直接用<img>来 也可以播放的,哈哈,不然就只有拉入控件或者其他的了
      

  4.   

    得用<object>标签嵌套<embed>
      

  5.   

    <embed height="24" pluginspage="http://www.macromedia.com/go/getflashplayer" src="flash/musicplayer.swf?soundFile=../smartxue/music/hr.mp3&autostart=yes&loop=yes"
                                type="application/x-shockwave-flash" width="210" wmode="transparent"></embed>
                              
                                </object>