http://www.zhiwudazhanjiangshi.net.cn/dzjs/PVZ_9_15.SWF FLASH10.0

解决方案 »

  1.   

    用swfobject来动态创建(从http://code.google.com/p/swfobject上下载swfobject.js并引用到项目中):
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
      <head>
        <title>SWFObject - step 1</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <script type="text/javascript" src="swfobject.js"></script>
    <script type="text/javascript">
        swfobject.registerObject("myFlash", "9.0.115", "expressInstall.swf");
        </script>
      </head>
      <body>
        <div>      <object id="myFlash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="780" height="420">
            <param name="movie" value="http://www.zhiwudazhanjiangshi.net.cn/dzjs/PVZ_9_15.SWF" />
            <!--[if !IE]>-->
            <object type="application/x-shockwave-flash" data="http://www.zhiwudazhanjiangshi.net.cn/dzjs/PVZ_9_15.SWF" width="780" height="420">
            <!--<![endif]-->
              <p>Alternative content</p>
            <!--[if !IE]>-->
            </object>
            <!--<![endif]-->
          </object>    </div>
      </body>
    </html>
      

  2.   


    不行啊。难道 swfobject.js下载错了?