将电影加载到 fla-cs3 (as2)
我一直在尝试加载一个简单的 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这适用于 CS3(文档位于:http://livedocs.adobe .com/flash/9.0/main/00001934.html#wp386574)
This works for CS3 (doc is here: http://livedocs.adobe.com/flash/9.0/main/00001934.html#wp386574)
子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)?