In a previous example, “Setting a complete effect on a ProgressBar control in Flex”, we saw how you could apply an effect that plays once a Flex ProgressBar control completes (reaches 100%).
The following code shows how you can play an embedded sound effect once a Flex ProgressBar control completes using the mx.effects SoundEffect class and the ProgressBar class’s completeEffect effect/style.
Full code after the jump.
Continue reading ‘Playing a sound effect when a ProgressBar control completes in Flex’
The following example shows how you can add a complete effect on a Flex Image control by setting the completeEffect effect using MXML, CSS, or ActionScript.
Full code after the jump.
Continue reading ‘Setting a complete effect on an Image control in Flex’
The following example shows how you can apply an effect that plays once a Flex ProgressBar control completes (reaches 100%).
Full code after the jump.
Continue reading ‘Setting a complete effect on a ProgressBar control in Flex’
The following example shows you how to use the Repeater component to display images loaded from an external XML file.
Full code after the jump.
Continue reading ‘Displaying images from an XML file using the Repeater component’