播放一段声音一段时间

发布于 2024-08-12 11:35:55 字数 192 浏览 3 评论 0原文

我有一个 mp3 文件,我想从一个位置播放一段时间。 我首先使用了 Sound 类,即 play 方法,我可以在其中指定开始时间,但不能指定持续时间。

然后我查看了 SoundEffect 类,您可以在其中指定持续时间和开始时间。 但是我不知道如何从 AS3 类而不是 MXML 中播放它:有一个播放方法...但我听不到声音!帮助!

谢谢

I have a mp3 file and I would like to play it from one position and for a certain duration.
I have first used the Sound class, the play method where I can specify the start but not the duration.

I have looked then at SoundEffect class where you can specify a duration and a startTime.
However I do not know how to play it from a AS3 class not from MXML : there is a play method ... but I get no sound !! Help!

Thanks

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

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

发布评论

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

评论(2

倾城°AllureLove 2024-08-19 11:35:55

You might be able to implement the duration logic yourself using a Timer object and then calling Stop on your Sound when the time elapses.

初心 2024-08-19 11:35:55

您可以使用 KitchenSync (http://kitchensynclib.googlecode.com) 来实现此操作,它提供对声音文件和基于代码的计时。

查看 KSSoundController 类

You could do this using KitchenSync (http://kitchensynclib.googlecode.com) which provides control over sound files and code-based timing.

Check out the KSSoundController class

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