当滚动条出现时,Flash 动态图像在 IE 浏览器上消失
我有一个正在向其中加载外部图像的 swf。
在所有 IE 浏览器中,当我调整浏览器窗口大小并出现滚动条时,Flash swf 中超过一半的图像会消失。 当我调整大小并且滚动条消失时,所有闪存图像都会出现。
奇怪的是,只有当 Flash 加载超过 38 个图像时才会发生这种情况。
有什么想法吗?
I have a swf thats loading external images to it.
In all IE browsers, when i resize the browser window and the scroll bar appears, over half the images in my flash swf disappear.
When i resize and the scrollbar disappears then the all flash images appear.
Oddly enough this only happens when flash is loading over 38 images.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 Div 更改为绝对可以从所有 IE 浏览器中消除此问题。奇怪的是,闪光灯元件的反应仍然如此,但对于遇到类似问题的人来说,有一个答案。
Changing the Divs to absolute removed this issue from all IE browsers. Strange, still, the flash elements reacting like that but there an answer for anyone who's having a similar problem.