控制 SWF 闪存循环
我们将制作很多带有不同信息的小型 Flash 动画,并将它们放在大屏幕上。它们将保存为 SWF 文件。
是否有一个框架或任何东西可以让我们为此制作一个简单的控制器,这样我们既可以控制循环,又可以在需要时播放特定的剪辑?
如果您有任何问题或需要更多信息,请尽管询问!
感谢您的帮助!
我需要: 1. 从文件夹加载所有 SWF。 2. 循环SWF 3. 点播一些SWF,然后继续循环
We are going to make a lot of small flash animations with different messages, and put them on a big screen. They will be saved as SWF files.
Is there a framework or anything that enable us to make a easy controller for this, so we can control both a loop, but also play a specific clip when we want?
If you got any Questions or need more infomation, just ask!
Thanks for the help!
I need:
1. To load all SWF's from a folder.
2. Loop SWF's
3. Play some SWF's on demand, and then continue loop
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我制作了一个包含来自 xml 文件的其他 SWF 文件的控件 SWF。
然后它检测该剪辑有多少帧。当它位于最后一帧时,它会卸载剪辑并将其替换为列表中的下一帧。
I made a control SWF that included other SWF files from a xml file.
It then detected how many frames the clip was. When it was on the last frame it unloaded the clip and replaced it with the next on the list.