由于某种原因,我的网页在 Internet Explorer 10 上没有显示 Flash 内容。它正在使用早期版本的 IE。
我将 swfobject.js 用于 Flash 内容。
这是代码:
<script type="text/javascript">
swfobject.embedSWF("http://www.foobar.com/flash/movie.swf", "noflash", "223", "154", "9.0.0", "http://www.foobar.com/flash/expressInstall.swf");
</script>
<div id="noflash">
</div>
我注意到闪光灯在一些网站上工作,但在我的网站上却没有。
这里可能是什么问题?