问题描述
- 在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;"> <a href="stulogin.jsp" target="in">学生登陆</a> <a href="tealogin.jsp" target="in"></a> <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>
了,但是放到浏览器上是无法播放,没有声音,求大神指导
解决方案
你发布的音乐是什么格式的,是调用什么播放器,比如Windows Media Player还是Flash?
解决方案二:
贴一段代码出来看看。
时间: 2024-09-18 13:55:21