新建一个index.html页,添加如下内容:
<html>
<head>
<title></title>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width=100% height=100%>
<tr width=100% hight=100% align=center>
<td>
<embed src="flash.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="881" height="338"></embed>
</td>
</tr>
</table>
</body>
</html>
把这个html页放到与工程首页同目录下即可。















