The following example shows how you can set effects on a Flex Image control using ActionScript by setting the showEffect and hideEffect effects using the setStyle() method.
Full code after the jump.
Continue reading ‘Setting effects with ActionScript in Flex’
The following example shows how you can rotate an image around an arbitrary X and Y origin using the <mx:Rotate /> tag in Flex.
Full code after the jump.
Continue reading ‘Rotating images using the Rotate class’
The following example shows how to specify a 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’