如何设置 swfObject 中的背景颜色?

发布于 2024-09-02 01:04:56 字数 326 浏览 2 评论 0原文

我正在使用 swfobject 来显示一些 Flash 内容(请不要告诉 Steve Jobs),并且我需要将 swfobject 内容的背景颜色设置为黑色,以便它与它所在的黑色页面很好地融合。

我尝试使用以下代码,但它没有改变任何内容:

<object id="flash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="900" height="600" bgcolor="#000">

将背景颜色设置为 #000000 的正确方法是什么?

谢谢。

I am using swfobject to display some Flash content (please don't tell Steve Jobs) and I need to set the background color of the swfobject content to black so it blends nicely with the black page it is on.

I tried using the following code but it didn't change anything:

<object id="flash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="900" height="600" bgcolor="#000">

What is the correct way to set the background color to #000000?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

踏雪无痕 2024-09-09 01:04:56

我在谷歌上的 swfobject 小组得到了一些帮助。

关键是将其添加到目标代码的两个部分中,它解决了问题:

<param name="bgcolor" value="000000" /> 

I got some help over at the swfobject group on google.

The key is to add this to both sections of the object code and it solved the problem:

<param name="bgcolor" value="000000" /> 
她比我温柔 2024-09-09 01:04:56

如果你想设置flash背景颜色,那么你必须在嵌入中使用bgcolor设置,或者将其添加到具有第6个值的swfObject中(请参阅此处)。如果您使用透明 Flash 等,则颜色由您的 html/CSS 内容定义。检查要嵌入的 div 的 backgroundbackground-color 设置。

if you want to set the flash background colour then you have to use the bgcolor setting in embedding, or add it to swfObject with the 6th value (see here). if you are using a transparent flash etc then the colour is defined by your html/CSS content. have a check of your background or background-color settings for the div you are embedding it into.

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