我想在用户点击flex 3中的按钮时发出声音。我的flex应用程序将逐个生成图像。对于每个图像,一个声音应该出现在背景中。有任何想法吗?提前谢谢
答案 0 :(得分:0)
Adobe创建的官方文档非常好..您可以找到链接here。您还可以找到代码示例。
答案 1 :(得分:0)
你应该可以这样写:
[Embed(source="myfile.mp3")]
[Bindable] //Not required. Just an example of using multiple meta tags.
public var soundCls:Class;
这将使您能够通过类名
引用该文件