Firefox 3.6 和 Firefox 的问题SWF对象2.2
我已经在网上搜索了解决方案,但仍然没有找到。
我使用的是 Mac OSX,并且使用 FlashBuilder。我尝试发布一部宽度和宽度值为 100% 的电影。高度。这些是我在 SWFObject 和 CSS 中使用的值。
Flash 在 Firefox 中不显示,但在 Opera、Chrome 和 Chrome 上显示。野生动物园。 SWFObject 测试套件显示正常!我尝试复制测试套件设置,但它不起作用:( 让电影在 Firefox 中显示的唯一方法是将高度值设置为 Flash 内容 div 中的固定像素大小,这会击败首先使用百分比值的目的:)
我已经尝试了大多数建议,例如将脚本放在 head 标签中以及其他一些建议,但除了在 CSS 中设置固定的高度大小之外,没有任何效果。
非常感谢您的帮助! ;)
I've searched the net for a solution but still haven't found one yet.
I'm on Mac OSX and I use FlashBuilder. I try to publish a movie with the values of 100% for the width & the height. These are the values I use both in SWFObject and the CSS.
Flash doesn't display in Firefox but displays on Opera, Chrome & Safari. SWFObject test suite displays fine though! I've tried to replicate the test suite settings but it doesn't work :( The only way I can get the movie to display in Firefox is by setting the height value to a fixed pixel size in the flash content div, which defeats the purpose of using percentage values in the first place :)
I've tried most recommendations such as putting the script in the head tag as well as a few others but nothing works except setting a fixed height size in the CSS.
Help would be most appreciated! ;)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
终于找到答案了!!!
由于某种原因,仅在 Firefox 中(不在 Chrome、Opera 或 Safari 中,在 OSX 上,我没有尝试过 IE)Yahoo CSS 网格和 SWFObject 之间存在冲突。
我正在使用 Zend Framework ,所以这是我正在使用的代码:
去掉 doc3 容器 div 解决了问题,尽管 #doc3 的 CSS 设置只是零边距和零边距。填充
Finally found the answer!!!
For some reason, In Firefox only ( not in Chrome, Opera or Safari , being on OSX, I haven't tried IE ) there's a conflict between Yahoo CSS grids and SWFObject.
I'm using the Zend Framework , so here's the code I was using:
Taking away the doc3 container div solved the problem, although the CSS settings for #doc3 were only a zero margin & padding