【发布时间】:2011-08-21 18:32:43
【问题描述】:
这是我从 Adobe 网站获得的 .swfs 的嵌入代码:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="620" height="480" id="indexslideshow">
<param name="movie" value="images/indexslideshow.swf"/>
<param name="wmode" value="transparent"/>
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="images/indexslideshow.swf" width="620" height="480">
<param name="movie" value="images/indexslideshow.swf"/>
<param name="wmode" value="transparent"/>
<!--<![endif]-->
<a href="http://www.adobe.com/go/getflash"><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>
它在 Mozilla Firefox 中为我的 swf 底部添加了额外的空间,但在 IE 中完美运行。有谁知道如何纠正这个问题?
【问题讨论】:
-
我注意到只有在
<object>中使用额外的<embed>时才会发生这种情况,尽管这是一种很好的形式。