如何在 Flex 3 中嵌入音频?

发布于 2024-10-04 08:25:16 字数 84 浏览 1 评论 0原文

我想在用户单击 Flex 3 中的按钮时播放声音。我的 Flex 应用程序将一张一张地生成图像。对于每个图像,背景中应该有一个声音。有什么想法吗?提前致谢

i want to play a sound when user click on the button in flex 3. My flex application will generate the images one by one. For each image, one sound should come in background. Any ideas? thanks in advance

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

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

发布评论

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

评论(2

爺獨霸怡葒院 2024-10-11 08:25:16

您应该能够编写如下内容:

[Embed(source="myfile.mp3")]
[Bindable] //Not required. Just an example of using multiple meta tags.  
public var soundCls:Class;

这将使您能够通过类名引用文件

You should be able to write something like this:

[Embed(source="myfile.mp3")]
[Bindable] //Not required. Just an example of using multiple meta tags.  
public var soundCls:Class;

This will give you the ability to reference the file via the class name

温柔戏命师 2024-10-11 08:25:16

Adobe 创建的官方文档相当不错..您可以找到链接 这里。您还将找到代码示例。

The official documentation created by Adobe is quite ok.. you can find the link here. You will also find code samples.

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