如何在 ActionScript 2.0 中从 SWF 中提取 MP3
我需要一个接一个地播放多个声音文件。 问题是由于防火墙问题我无法使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来这是无法做到的。 我最终不得不使用 Delegate 来模仿使用 SWF 的 MP3 功能。
It appears this cannot be done. I ended up having to use a Delegate to mimic MP3 functionality using the SWF.