在 Flash 加载时显示加载图标 - 在 Flash 启动时隐藏它

发布于 2024-07-29 02:02:05 字数 246 浏览 2 评论 0原文

我在页面上使用 Flash 幻灯片,需要一点时间才能加载 - 在加载时,看起来好像什么都没有,因为保存 Flash 元素的 div 具有透明背景。

如何在 Flash 加载时显示加载图标 - 然后在 Flash 启动后隐藏它?

我在网站的其他页面的页面头部使用 jquery,所以基于 jquery 的东西会很棒。

我是一名 css'er,所以请原谅我对 javascript 的无知!

提前致谢。

I am using a flash slideshow on a page that takes a little while to load - and while it is loading it looks like nothing is there as the div holding the flash element has a transparent background.

How can I show a loading icon while flash is loading - and then hide it once the flash starts?

I am using jquery in my page head for other pages on the site so something based in jquery would be awesome.

I am a css'er so please excuse my javascript ignorance!

Thanks in advance.

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

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

发布评论

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

评论(2

国产ˉ祖宗 2024-08-05 02:02:05

我假设您有一个 HTML 页面,其中正在加载 Flash 元素(您的幻灯片)。

您可以作弊并将加载图形放在 Flash 元素“后面”。 它会在 HTML 页面加载时显示,但当 Flash 加载到顶部时,加载图形将被遮挡。

或者,如果您有权访问 Flash 幻灯片源,则可以创建 外部接口调用隐藏加载图形的javascript函数。 要隐藏该元素,只需将其CSS“display”属性设置为“none”即可。

I am assuming that you have an HTML page that has a Flash element (your slideshow) being loading in.

You could just cheat and put a loading graphic "behind" the flash element. It will show up when the HTML page loads, but when the Flash loads over the top, the loading graphic will be obscured from view.

Or if you have access to the Flash Slideshow source, you could make an external interface call to a javascript function that hides the loading graphic. To hide the element, just set its CSS "display" attribute to "none".

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