Flex SoundEffect
Category: Flex Examples | 2,157 views | 1 Comment
The SoundEffect class plays an MP3 audio file. For example, you could play a sound when a user clicks a Button control. This effect lets you repeat the sound, select the source file, and control the volume and pan.
You specify the MP3 file using the source property. If you have already embedded the MP3 file, using the Embed keyword, you can pass the Class object of the MP3 file to the source property. Otherwise, specify the full URL to the MP3 file.
The <mx:SoundEffect> tag inherits all of the tag attributes of its superclass, and adds the following tag attributes:
- Rich Internet applications (RIAs)
- Introducing Flex
- Flex Using Data Binding to Configure Validators
- Enabling and disabling a validator in Flex
- Flex Using the String Validator
- Flex Using external style sheets
- Flex Zoom Effect
- Flex WipeLeft Effect
- Flex Rotate Effect Example
- Flex Resize effect Sample







