调用外部 SWF。如何预加载?

发布于 2024-09-18 09:53:05 字数 142 浏览 5 评论 0原文

我有一个项目,单击对象上的一系列点之一将拉入与该特定点相关的 SWF 文件。 (想象一辆车;单击引擎将加载engine.swf,单击车轮将加载wheel.swf)。

我是否要向主时间线添加一个预加载器,还是要添加一个立即在外部 SWF 上播放的预加载器?

I have a project where clicking on one of a series of spots on an object will pull in a SWF file related to that particular spot. (Think of a car; clicking on the engine will load the engine.swf and clicking on the wheel will load wheel.swf).

Do I add a pre-loader to the Main timeline or do I add one that plays immediately on the external SWFs?

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

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

发布评论

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

评论(1

旧瑾黎汐 2024-09-25 09:53:05

将预加载器添加到主时间轴,如果将其添加到外部 SWF ,则在加载该 swf 之前它不会开始播放,这违背了目的。

在 MainTimeline 中,一旦加载过程开始,即当要加载的 swf 的大小已知 ( bytesTotal ) 时,预加载器就会做出反应。

Add a preloader to the Main Timeline, if you add it to the external SWF , it will not start playing until that swf is loaded which defeats the purpose.

In the MainTimeline, your preloader will react as soon as the loading process starts, i.e. when the size of the swf to be loaded is known ( bytesTotal ).

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