预载声音 AS3
我有 AS3 项目,用 FlashBuilder 制作。我正在使用外部 .SWC 文件中的 MovieClips。 在 .SWF 文件的 MovieClip 中,我想使用音频文件。
是否可以在我的 FlashBuilder 项目中预加载声音文件(例如 .MP3),并在 .SWC 内的 MovieClip 中访问它?
多谢!
I have AS3 project, made with FlashBuilder. I'm using MovieClips from an external .SWC-file.
In a MovieClip from the .SWF-file, I want to use an audio-file.
Is it possible to preload a sound-file (e.g. .MP3) in my FlashBuilder project, and access it in a MovieClip inside the .SWC?
Thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,我不知道你是如何创建你的swc的,但我会告诉你我的设置总是有效的。
我创建了一个资产 FLA,其中包含 mp3 等。
我使用FlashDevelop进行编译,并使用预加载器模板。从来没有遇到过这样的问题。
你不能做的是使用 SWC 运行时。
Yes, I don't know hoe you create your swc's but I'll tell you my setup which always works.
I create an asset FLA which would have the mp3 among other things.
I compile using FlashDevelop, and use the preloader template. Never had problems with that.
What you can't do is use SWCs run-time.