在网页上并行或按顺序下载和运行多个 Flash 影片

发布于 2024-08-11 00:41:51 字数 202 浏览 6 评论 0 原文

我们有一个使用 Flex 和 CS3 构建的 Flash 网站。该网站的大部分内容都是使用 Flex 完成的。我们的页面上有多个 Flash 影片,显然页面加载速度非常慢。现在我们正在研究提高页面速度的选项,我们正在尝试了解是否可以并行运行这些 Flash 影片? CS3 中是否有一些规定可以使闪存了解该对象将首先加载并运行,然后是第二个对象。

任何帮助将不胜感激。谢谢。

We have a flash website built using flex and CS3. Majority of the site has been done using flex. We have multiple flash movies on a page and we obviously have the page loading very slow. Now that we are looking into options for making the page fast, we are trying to understand whether we can run these flash movies in parallel ? Is there some provision in CS3 to make the flash understand that this object will be loaded and ran first and then the second object.

Any help would be much appreciated. Thanks.

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

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

发布评论

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

评论(2

慕烟庭风 2024-08-18 00:41:51

您可以尝试批量加载库。
http://code.google.com/p/bulk-loader/

You could try bulk-loader library.
http://code.google.com/p/bulk-loader/

傲鸠 2024-08-18 00:41:51

我猜 swf 是在加载时运行的,但我认为您对此有话要说。

据我了解,您在一个 HTML 文件中显示了多个 swf。

如果是这种情况,您可以使用 LocalConnection 在swf 之间建立通信并控制每个swf 的初始化方式。

另一个选择是设置一个变量(可以是 js 变量、js cookie、本地 SharedObject 等)来跟踪当前加载的 swf 的 ID(例如 1 of 13 )。使用 js 和 flash 是使用 ExternalInterface

如果我不明白,并且您只想将多个 swf 加载到一个 swf 中并进行管理,BulkLoader 是前面提到的前进方向。

祝你好运!

I guess the swfs are run as they are loaded, but I think you can have something to say about that.

As far as I understand you have multiple swfs displayed in one HTML file.

If that is the case, you can use LocalConnection to establish communication between swfs and control the way each and every one initializes.

Another option would be setting a variable (be it js variable, js cookie, local SharedObject, etc. ) to keep track of the currently loaded swf's ID (e.g. 1 of 13 ). Working with js and flash is done using ExternalInterface.

If I didn't understand, and you only want to load multiple swfs into one swf and manage that, BulkLoader is the way forward as mentioned before.

Goodluck!

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