The following example shows how you can set the duration of a sound effect in Flex by setting the duration and useDuration properties.
Full code after the jump.
Continue reading ‘Setting the duration of a sound effect in Flex’
The following example shows how you can set the duration of a sound effect in Flex by setting the duration and useDuration properties.
Full code after the jump.
Continue reading ‘Setting the duration of a sound effect in Flex’
The following example shows how you can apply an easing function to a property animation in Flex with the beta Gumbo SDK and Flash Player 10 by setting the easingFunction property on the AnimateProperties object instance.
Full code after the jump.
In a previous example, “Displaying a dynamically loaded MP3 file’s ID3 information in Flex”, we saw how to load an MP3 into Flex using the Sound class.
The following example shows you how you can dynamically load and play an MP3 in Flex using the SoundEffect class, and access the Sound object and it’s ID3 information.
Full code after the jump.