在具有更高 FPS 的 ActionScript3 中加载对象
如何在 ActionScript 3 中以比使用 Loader 进行加载的实例更高的 fps 加载 swf?
谢谢!
How can I load a swf in ActionScript 3 with a higher fps than the instance doing the loading with Loader?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我经常看到这个问题,
不幸的是我必须告诉你,没有办法以与加载帧速率不同的帧速率播放外部加载的 SWF。 只有一个舞台实例(父 SWF 中的实例)。 当您加载另一个外部 SWF 时,它的处理方式与显示列表中的任何其他 MovieClip 相同。
泰勒.
I see this question quite a bit,
Unfortunately I have to tell you there is no way to play an externally loaded SWF at a different frame rate than the one doing the loading. There is only ever one stage instance (the one in the parent SWF). When you load another external SWF it is treated like any other MovieClip in the display list.
Tyler.