The following example shows how you can skew a Flex Image control vertically and horizontally using the Transform and Matrix classes.
Full code after the jump.
The following example shows how you can skew a Flex Image control vertically and horizontally using the Transform and Matrix classes.
Full code after the jump.
Somebody recently asked on a forum how you could rotate images using the Matrix class. I quickly built this super-simple little example which shows how to use the <mx:Rotate /> effect as well as the Matrix class’s rotate() method.
Full code after the jump.