<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
        <title></title>
        <meta name="google" value="notranslate">         
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <style type="text/css" media="screen"> 
html, body { height:100%; }
body { margin:0; padding:0; overflow:auto; text-align:center; 
       background-color: #ffffff; }   
object:focus { outline:none; }
#flashContent { display:none; }
        </style>
        <link rel="stylesheet" type="text/css" href="history/history.css" />
        <script type="text/javascript" src="./history/history.js"></script>
        <script type="text/javascript" src="./swfobject.js"></script>
        
    </head>
    <body>
        <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough 
 JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
 when JavaScript is disabled.
-->
        <div id="flashContent">
         <p>
         To view this page ensure that Adobe Flash Player version 
10.0.0 or greater is installed. 
</p>
<script type="text/javascript"> 
var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://"); 
document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='" 
+ pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" ); 
</script> 
        </div>
   
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="SocketExample">
                <param name="movie" value="./SocketExample.swf" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="#ffffff" />
                <param name="allowScriptAccess" value="sameDomain" />
                <param name="allowFullScreen" value="true" />
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="./SocketExample.swf" width="100%" height="100%">
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#ffffff" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="allowFullScreen" value="true" />
                <!--<![endif]-->
                <!--[if gte IE 6]>-->
                 <p> 
                 Either scripts and active content are not permitted to run or Adobe Flash Player version
                 10.0.0 or greater is not installed.
                 </p>
                <!--<![endif]-->
                    <a href="http://www.adobe.com/go/getflashplayer">
                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
                    </a>
                <!--[if !IE]>-->
                </object>
                <!--<![endif]-->
            </object>
   </body>
</html>@Action(value = "goToChart", results = { 
@Result(name = "success", location = "/chart/SocketExample.html")}
)
public String goToChart() {
return "success";
}这是页面代码,我直接打网址http://localhost:8088/sp2.5/SocketExample.html的话就能正常显示flash
但是我通过按钮跳转action再跳转这个页面就显示不出来啊为什么啊求高手解答