In a previous example, “Creating a custom creation complete effect on a Flex Alert control”, we saw how you could specify an effect which gets played when an Alert control is displayed by setting the Alert control’s creationCompleteEffect style.
The following example shows how you can apply a parallel Fade/Move effect when the Alert control is created by setting the the creationCompleteEffect effect/style in MXML and ActionScript.
Full code after the jump.
Continue reading ‘Creating a custom creation complete effect on a Flex Alert control (redux)’
The following example shows how you can play an embedded MP3 when a Flex Alert control is displayed by setting the creationCompleteEffect style/effect.
Full code after the jump.
Continue reading ‘Playing a sound effect when an Alert control is displayed in Flex’
The following example shows how you can set a creation complete effect on a Flex Accordion container by setting the creationCompleteEffect style.
Full code after the jump.
Continue reading ‘Setting a creation complete effect on an Accordion container in Flex’
The following example shows how you can set a creation complete effect on a Flex Button control by setting the creationCompleteEffect style.
Full code after the jump.
Continue reading ‘Setting a creation complete effect on a Button control in Flex’
The following example shows how to specify an effect which gets played when an Alert control is displayed by setting the Alert control’s creationCompleteEffect style. You can also see how to embed both the normal and bold font using CSS and @font-face.
Full code after the jump.
Continue reading ‘Creating a custom creation complete effect on a Flex Alert control’