The following example shows how you can add a background image to a Flex 4 Spark Application by creating a custom skin with a BitmapGraphic and setting the skinClass style in MXML, CSS, or ActionScript.
Full code after the jump.
{ 5 comments }
Just a bunch of Adobe Flex Examples
From the category archives:
The following example shows how you can add a background image to a Flex 4 Spark Application by creating a custom skin with a BitmapGraphic and setting the skinClass style in MXML, CSS, or ActionScript.
Full code after the jump.
{ 5 comments }
The following example shows how you can smooth a Flex Gumbo BitmapGraphic object by setting the Boolean smooth property.
Full code after the jump.
{ 0 comments }
The following example shows how you can repeat/tile the fill on a Flex Gumbo BitmapGraphic object by setting the repeat property.
Full code after the jump.
{ 0 comments }