开发者

HTML content displaying problem with flash content in IE8

开发者 https://www.devze.com 2022-12-28 02:28 出处:网络
The HTML content below the flash content not displaying in IE8 browser. Here is the code: <object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.开发者_开发知识库

The HTML content below the flash content not displaying in IE8 browser. Here is the code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.开发者_开发知识库macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24" width="100%" height="100%">
 <param name="movie" value="main.swf" />
 <param name="quality" value="high" />
 <param name="menu" value="false" />
 <param name="allowfullscreen" value="true" />
 <!--[if !IE]> <-->
  <object data="main.swf" width="100%" height="100%" type="application/x-shockwave-flash">
     <param name="quality" value="high" />
     <param name="menu" value="false" />
     <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />
     <param name="allowfullscreen" value="true" />
     FAIL (the browser should render some flash content, not this).
  </object>
 <!--> <![endif]-->
</object>

How do I fix this issue?


Rather than debugging this, you can do cross-brower Flash embedding with swfobject.

0

精彩评论

暂无评论...
验证码 换一张
取 消