将电影加载到 fla-c​​s3 (as2)

发布于 2024-08-18 08:40:38 字数 219 浏览 1 评论 0原文

我一直在尝试加载一个简单的 .swf (home.swf) 并让它在我现有的 fla 项目 (as2) 上自动播放。这些是我采取的步骤..

1)创建MC,命名为“holder” 2) 在MC的第一帧内,输入.. loadMovie("home.swf","holder");

什么都没有显示,我不确定我做错了什么。如果您能提供帮助,我可以将我正在处理的文件发送给您。我真的被困住了..谢谢。

I've been trying to load a simple .swf (home.swf) and have it play automatically on my existing fla project (as2). These are the steps I have taken..

1) create MC, named "holder"
2) within first frame of MC, entered in.. loadMovie("home.swf","holder");

Nothing is showing, I'm not sure what I'm doing wrong. If you can help, I can send you the files I'm working with. Am really stuck.. thanks.

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

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

发布评论

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

评论(2

绻影浮沉 2024-08-25 08:40:38

这适用于 CS3(文档位于:http://livedocs.adobe .com/flash/9.0/main/00001934.html#wp386574

holder.loadMovie("home.swf");

This works for CS3 (doc is here: http://livedocs.adobe.com/flash/9.0/main/00001934.html#wp386574)

holder.loadMovie("home.swf");
堇色安年 2024-08-25 08:40:38

子swf的路径是否正确?

在您的示例中,它需要与您的 home.swf 文件位于同一目录中,您是否确认了这一点(也许通过从 Flash IDE 外部运行它)?

is the path to the child swf correct?

in your example it would need to be in the same directory as your home.swf file, have you confirmed this (perhaps by running it from outside the Flash IDE)?

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