如何在 ActionScript 2.0 中从 SWF 中提取 MP3

发布于 2024-07-30 13:44:18 字数 213 浏览 4 评论 0原文

我需要一个接一个地播放多个声音文件。 问题是由于防火墙问题我无法使用 MP3,并且必须使用嵌入声音的 SWF。

问题是 SWF 会播放声音,但不会播放声音对象 - 所以我错过了内置功能。 我需要从 SWF 中提取 Mp3 才能使用声音对象播放它。

有没有办法使用 ActionScript 2 提取嵌入在 SWF 中的 MP3?

感谢您的帮助。

I am in need of playing multiple sound files one after the other. The problem is that I cannot use MP3 due to firewall issues and must use a SWF with the sound embedded into it.

The problem is that the SWF will play the sound but not with the sound object - so I miss out on the built in features. I need to extract the Mp3 from the SWF to be able to play it with the sound object.

Is there a way to extract the MP3 that is embedded in the SWF using ActionScript 2?

Thank You for your help.

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

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

发布评论

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

评论(1

满天都是小星星 2024-08-06 13:44:26

看来这是无法做到的。 我最终不得不使用 Delegate 来模仿使用 SWF 的 MP3 功能。

It appears this cannot be done. I ended up having to use a Delegate to mimic MP3 functionality using the SWF.

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