在 Flex 4 中同时播放超过 3 个声音
我注意到在尝试在 Flex 4 中播放声音时会发生一些奇怪的事情。在另一种声音(例如背景音乐)上播放一种声音(例如单击按钮)似乎很好,但当我添加第三种声音时,所有声音都会被切断。是否有某种解释为什么会发生这种情况,如果是的话如何解决这个问题。
谢谢。
I have noticed that while trying to play sounds in Flex 4 some weird things happen. Playing 1 sound (say a button click) on top of another (say background music) seems fine but when I add a third sound everything just cuts out. Is there some sort of explanation as to why this would happen and if so how to fix this problem.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这绝对是一个将声音划分为 SoundChannel 对象并以这种方式管理它们的问题。
It's definitely a matter of dividing your sounds into SoundChannel objects and managing them that way.