Now the Code
Copy Code code as follows:
<script src= ". /.. /scripts/swffix_modified.js "type=" Text/javascript "></script>
<object id= "Flashid" classid= "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width= "177" height= ">"
<param name= "movie" value= "images/logo.swf"/>
<!--Next Object tag is for Non-ie browsers. So hide it from IE using IECC. -->
<!--[if! Ie]>-->
<object type= "Application/x-shockwave-flash" Data= "images/logo.swf" width= "177" height= ">"
<!--<! [endif]-->
<param name= "Quality" value= "High"/>
<param name= "wmode" value= "opaque"/>
<param name= "swfversion" value= "8.0.35.0"/>
<!--this param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don t want users to the prompt. -->
<param name= "Expressinstall" value= ". /.. /scripts/expressinstall.swf "/>
<!--The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<p><a href= "Http://www.adobe.com/go/getflashplayer" ></a></p>
</div>
<!--[if! Ie]>-->
</object>
<!--<! [endif]-->
</object>
Add code (this pattern is very popular)
Copy Code code as follows:
<script type= "Text/javascript" >
<!--
Swffix.registerobject ("Flashid");
-->
</script>