SWFLoader垂直滚动

发布于 2024-12-28 21:26:14 字数 67 浏览 1 评论 0原文

我在 swfloader 中有 5 帧的 Flash 电影。是否有机会像文档一样在框架之间滚动?

谢谢。

I have flash movie with 5 frames in swfloader. Is there any chances to scroll between frames like documents?

Thanks.

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

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

发布评论

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

评论(1

阳光①夏 2025-01-04 21:26:14

考虑这种情况:
1. 使用 URLStream 对象将 swf 文件作为流加载。
2. 使用 Loader 对象 (Loader.loadBytes) 加载该 swf 的多个实例。
(后一个加载器的内容对象是一个MovieClip实例。)
4. 使用这些影片剪辑作为文档页面。将每个影片剪辑发送到特定帧。
5. 将这些影片剪辑放入可滚动的VGroup 容器中。
完成了!

devaldi 还有一个名为“Flex Paper”的开源项目,可能会有所帮助。

另一件事: ForcibleLoader 是一个很棒的库,使您的代码与旧的 AVM1 文件兼容。

Consider this scenario:
1. Load the swf file as an stream using a URLStream object.
2. Load multiple instances of that swf using a Loader object (Loader.loadBytes).
(the content object of the latter loader is a MovieClip instance.)
4. Use these MovieClips as pages of a document. Send each MovieClip to a specific frame.
5. Place these MovieClips in a scrollable VGroup container.
that's done!

There is also an open source project by devaldi called "Flex Paper" which may be helpful.

One more thing: ForcibleLoader is a great library which makes your code compatible with old AVM1 files.

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