我的问题类似于Handle missing QuickTime plugin with Firefox但是,在我的情况下,Firefox检测到插件丢失并指示我从下载插件的正确页面。另一方面,Internet Explorer 8只显示损坏的图像图标(而不是QuickTime符号)。
这是我的代码:
<embed
starttime="00:05:22.5"
qtsrcdontusebrowser="true"
pluginspage="http://www.apple.com/quicktime/download/"
controller="false"
autoplay="false"
kioskmode="true"
autohref="true"
href="IITM%20-%2003%20-%20Mechanical%20Events.mov"
src="IITM%20-%2003%20-%20Mechanical%20Events.mov"
target="quicktimeplayer"
width="384"
height="128">
</embed>
我错过了IE需要的东西吗?如果用户拥有QuickTime插件,则视频在IE 8中播放得很好。
答案 0 :(得分:1)
我错过了IE需要的东西吗?
你错过了IE在<object>
的阵营,而Firefox则在<embed>
的阵营。
您可以在供应商网站上找到IE软件:http://www.microsoft.com/,它应提供您可能需要的所有详细信息,以便为您解决该问题。