The following example shows how you can set the Y-axis transform position on a Spark BitmapImage control in Flex 4 by seting the rotationY, transformX, and transformY properties.
Full code after the jump.
{ 3 comments }
Just a bunch of Adobe Flex Examples
From the monthly archives:
The following example shows how you can set the Y-axis transform position on a Spark BitmapImage control in Flex 4 by seting the rotationY, transformX, and transformY properties.
Full code after the jump.
{ 3 comments }
The following example shows how you can add a Sprite to the display object by using the Spark SpriteVisualElement object in Flex 4 and calling the addChild() method.
Full code after the jump.
{ 3 comments }
The following example shows how you can use a CFF/DefineFont4 embedded font with a Halo/MX List control in Flex 4 by setting the textFieldClass style to the new mx.core.UIFTETextField class.
Full code after the jump.
{ 0 comments }
In a previous example, “Setting a background image fill on a Spark Border container in Flex 4″, we saw how you could set a background image fill on a Spark Border container in Flex 4 by setting the backgroundImage style to an embedded image.
The following example shows how you can use a dynamically loaded image as a Spark Border container background by using an MX SWFLoader control and setting the backgroundImage style to the SWFLoader control’s content property.
Full code after the jump.
{ 3 comments }
The following example shows how you can set a background image fill on a Spark Border container in Flex 4 by setting the backgroundImage style.
Full code after the jump.
{ 0 comments }
The following examples show how you can clip the overflowing content in a Spark Panel container in Flex 4 by setting the Boolean clipAndEnableScrolling property or using a Spark Scroller container.
Full code after the jump.
{ 2 comments }
The following example shows how you can set the accent color on the MX Alert control’s default button in Flex 4 by setting the new accentColor style.
Full code after the jump.
{ 2 comments }