JSP中为什么flash文件会放不起??急!今天解决100分奉送!!!
<%@ page contentType="text/html; charset=gb2312" language="java" %>
<html>
<head>
<title>无标题文档</title>
</head>
<center>
<body>
<table width="800" height="463" border="0">
<tr>
<td >
<embed src="logo1.swf" type="application/x-shockwave-flash" width="800" height="100"></embed>
</td>
</tr>
</table>
</body>
</center>
</html>
开发环境为 Jbuilder+jboss
急!!!!!