Flash 动画不想显示 IE
我的网站上有 Flash 动画,在除 IE 之外的所有其他浏览器中显示。标题与对象大小相同。
<div id="header">
<object style="width: 760px; height: 128px; margin-top: 3px" codebase="http://test.eu-seed.net/safenet/pict/banner3.1.swf">
<param name="movie" value="http://test.eu-seed.net/safenet/pict/banner3.1.swf" />
<embed src="http://test.eu-seed.net/safenet/pict/banner3.1.swf" quality="high" width="760"
height="128" name="myMovieName" type="application/x-shockwave-flash" pluginpage="http://www.macromedia.com/go/getflashplayer">
</embed>
</object>
</div>
可能是什么问题?
I have flash animation on my web site, in all other browsers except IE shows.Header is same size as object.
<div id="header">
<object style="width: 760px; height: 128px; margin-top: 3px" codebase="http://test.eu-seed.net/safenet/pict/banner3.1.swf">
<param name="movie" value="http://test.eu-seed.net/safenet/pict/banner3.1.swf" />
<embed src="http://test.eu-seed.net/safenet/pict/banner3.1.swf" quality="high" width="760"
height="128" name="myMovieName" type="application/x-shockwave-flash" pluginpage="http://www.macromedia.com/go/getflashplayer">
</embed>
</object>
</div>
What could be the problem ??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是嵌入 Flash 影片的正确方法:
我还建议您使用 swfObject。
here is the correct way to embed a flash movie:
I also recomend you using swfObject.