yimomodandandeka 2014-12-18 12:14 采纳率: 66.7%
浏览 3058

在myeclipes中,jsp插入的音乐在tomcat服务器上通过IE浏览器不能播放

 <%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>

<html>
<head>
<title>班级信息管理</title>
<style type="text/css">a:link,a:visited{ text-decoration:none;  /*超链接无下划线*/}a:hover{ text-decoration:underline; color:#FC6  /*鼠标放上去有下划线*/}</style>

</head>

<body link="#000000" alink="#993300" vlink="#000000" bgcolor="#333333">

<embed src="sond/我是不是你最疼爱的人.wav" loop="11" autostar="true" hidden="true"> </embed>


<div align="center">
  <table width="860" border="0">
    <tr>
      <td height="200" background="images/head.jpg"></td>
    </tr>
    <tr>
      <td height="38" background="images/navbar.gif" align="center" style="font-size: 14px; color: #000; font-weight: bold;">&nbsp; &nbsp;<a href="stulogin.jsp" target="in">学生登陆</a>&nbsp;&nbsp; &nbsp;&nbsp;<a href="tealogin.jsp" target="in"></a>&nbsp;&nbsp; &nbsp;&nbsp; <a href="admlogin.jsp" target="in">管理员登录</a></td>
    </tr>
    <tr>

      <td width="860" background="images/head.jpg"  height="465" valign="top"><iframe height="100%" width="100%" name="in"  src="stulogin.jsp" frameborder="0" ></iframe></td>
    </tr>
    <tr>
      <td height="80" colspan="2" align="center" valign="top" bgcolor="#e3e3e3"><hr size="4" noshade="noshade" />        <pre>电气工程学院版权所有 (c) 2014
地址:郑州市西高新技术开发区科学大道100号 邮编:450001</pre></td>
    </tr>
  </table>
</div>
</body>
</html>

我不知道调用的是什么播放器,在网上查的就是加一句这个就行

 <embed src="sond/我是不是你最疼爱的人.wav" loop="11" autostar="true" hidden="true"> </embed>

了,但是放到浏览器上是无法播放,没有声音,求大神指导

  • 写回答

2条回答

  • save4me 2014-12-18 12:27
    关注

    你发布的音乐是什么格式的,是调用什么播放器,比如Windows Media Player还是Flash?

    评论

报告相同问题?

悬赏问题

  • ¥15 【提问】基于Invest的水源涵养
  • ¥20 微信网友居然可以通过vx号找到我绑的手机号
  • ¥15 寻一个支付宝扫码远程授权登录的软件助手app
  • ¥15 解riccati方程组
  • ¥15 display:none;样式在嵌套结构中的已设置了display样式的元素上不起作用?
  • ¥15 使用rabbitMQ 消息队列作为url源进行多线程爬取时,总有几个url没有处理的问题。
  • ¥15 Ubuntu在安装序列比对软件STAR时出现报错如何解决
  • ¥50 树莓派安卓APK系统签名
  • ¥65 汇编语言除法溢出问题
  • ¥15 Visual Studio问题