对象嵌入在Internet Explorer中不起作用

时间:2012-06-29 19:56:45

标签: internet-explorer

好的,所以我试图用这段代码嵌入一个swf文件:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" 
    type="application/x-shockwave-flash" width="640" height="480">
    <param name="FlashContent" value="http://www.drudexflash.com/flash/Vegetard_3.swf" />
    <param name="quality" value="high" />
    <embed src="http://www.drudexflash.com/flash/Vegetard_3.swf" quality="high" width="640" height="480" 
    name="Vegetard - Dragonzball P" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>

它似乎在每个浏览器上工作正常,除了Internet Explorer,像YouTube一样的Flash内容似乎工作正常

1 个答案:

答案 0 :(得分:1)

Internet Explorer使用object标记。尝试设置与您拥有的分类不同的分类。您可以在此处查看我设置的工作版本:http://jsfiddle.net/cYrFx/2/