在网上搜怎么打开swf文件,找到一个简易的方法,
在文本编辑器里输入以下内容,保存成html格式,直接在浏览器打开
<html> <body> <embed src="demo.swf" width="2000" height="1000"></embed> </body> </html>