Firefox 3.6 和 Firefox 的问题SWF对象2.2

发布于 2024-09-04 18:10:28 字数 397 浏览 7 评论 0原文

我已经在网上搜索了解决方案,但仍然没有找到。

我使用的是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

混吃等死 2024-09-11 18:10:28

终于找到答案了!!!
由于某种原因,仅在 Firefox 中(不在 Chrome、Opera 或 Safari 中,在 OSX 上,我没有尝试过 IE)Yahoo CSS 网格和 SWFObject 之间存在冲突。

我正在使用 Zend Framework ,所以这是我正在使用的代码:

<body>
<div id="doc3">
    <?= $this->layout()->content; ?>
</div>
</body>

去掉 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:

<body>
<div id="doc3">
    <?= $this->layout()->content; ?>
</div>
</body>

Taking away the doc3 container div solved the problem, although the CSS settings for #doc3 were only a zero margin & padding

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文