Umleiten einer html Seite, wenn die Website öffnet, die in nicht-flash-browser

Wie kann ich die Umleitung auf eine html-Seite als meine flash-site öffnet sich in nicht-flash-browser?

Hier ist der code, ich bin curently mit

     <link rel="shortcut icon" href="/77east.ico" type="image/x-icon" />
        <!--[if lte IE 8]> 
          <script type="text/javascript">window.location = 'ebrowser.html'</script> 
        <![endif]--> 
        <script type="text/javascript"> 
       if (swfobject.hasFlashPlayerVersion("7.0.0")) {
        //User has flash
    } else {
        //User does not have flash
        window.location="ame.html";
    }
  </script>   
  <link rel="stylesheet" type="text/css" href="css/style.css" /> 
        </head>        
        <body style="background-color:#4B4C4B">
        <div id="pad"></div>
            <div id="content">
        <div style="height:560px; overflow:hidden; width:1000px; margin:0 auto; ">        
        <div style="width:1000px;"><object type="application/x-shockwave-flash" data="index.swf" width="1000" height="500">  <param name="movie" value="index.swf" />  <param name="BGCOLOR" value="#4B4C4B" />  </object></div>
        </div>
        </div>
InformationsquelleAutor Sowmya | 2012-02-29
Schreibe einen Kommentar