关于flash显示问题,在MyEclipse中可以显示,在IE中不出来,求解!
关于flash显示问题,在MyEclipse中可以显示,在IE中不出来,求解! 代码如下:
<%@ page language="java" import="java.util.*" pageEncoding="GB18030"%><%String path = request.getContextPath();String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html> <body><embed id="embedWelcom" pluginspage="http://www.macromedia.com/go/getflashplayer" menu="true" loop="true" play="true" type="application/x-shockwave-flash" style="z-index: -1;" wmode="transparent" src="D:/swf/111.doc.swf" width="100%" height="530px" align="middle"></embed> </body></html>