Flex 3 加载背景颜色

发布于 2024-08-06 04:31:21 字数 134 浏览 4 评论 0原文

在加载 Flex 3 构建的应用程序期间,它始终显示这种蓝灰色背景颜色。我尝试了一些技巧,构建预加载器等,所有这些都有效,但即使在预加载器启动之前,也会显示蓝灰色。我尝试了很多方法来更改它,例如编辑编译器选项、将背景图像设置为空字符串等,但没有任何效果。

During loading of a Flex 3 built application, it always shows this blue-grayish background color. I've tried a handful of tips, building preloaders etc, and all that works, but even before the preloaders kick in, that blue-grayish color is displayed. I've tried lots of ways to change it, like editing compiler options, setting background image to an empty string etc, but nothing works.

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

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

发布评论

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

评论(2

神爱温柔 2024-08-13 04:31:21

我遇到了同样的问题,并花了一个小时寻找解决方案。据我所知,蓝灰色是直接从index.template.hmtl生成的HTML文件设置的。该文件中的 下有一个用于设置背景颜色的绑定。我假设 bgcolor 应该从您在应用程序中设置的 backgroundColor 中提取。您也可以尝试在该参数中对您的值进行硬编码。

I had this same issue and spent a good hour looking for a solution. To the best of my understanding, the blueish-grey color is directly set from the HTML file generated from index.template.hmtl. There is a binding in that file under <param name="bgcolor" value="{bgcolor}" /> that sets the background color. I'm assuming that bgcolor should be pulled from the backgroundColor you set in your Application. And you could also just try hard coding your value in that param also.

番薯 2024-08-13 04:31:21

要在加载时超越默认的“蓝色”背景,例如...白色,请将其添加到编译器参数中:-default-background-color #ffffff。

To get past the default 'bluish' background on loading to say...white, add this to the compiler arguments: -default-background-color #ffffff.

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