gpt4 book ai didi

internet-explorer - swfobject未定义,即嵌入YouTube视频时

转载 作者:行者123 更新时间:2023-12-03 05:43:27 25 4
gpt4 key购买 nike

我有一个似乎无法解决的问题
我有这个网站http//:makeandsee.com/shadow.html

它从一个youtube用户中提取所有youtube视频并显示它们,在IE以外的所有浏览器中都可以正常工作。在IE中,它抛出一个错误,说未定义swfobject,这是没有意义的,因为所有其他浏览器都没有任何建议吗?

最佳答案

您是否可以使用Javascript访问swfobject?并没有做这样的事情?

function getFlashMovieObject(movieName){
if (window.document[movieName]){
return window.document[movieName];
}
if (navigator.appName.indexOf("Microsoft Internet")==-1){
if (document.embeds && document.embeds[movieName])
return document.embeds[movieName];
}
else{
return document.getElementById(movieName);
}
}

关于internet-explorer - swfobject未定义,即嵌入YouTube视频时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10029937/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com