2009
08.16

Flex: Background Skinning

Here is an example as to how you can skin the background

<mx:Style>
.myBackground {
backgroundImage: Embed(”assets/my_background.png”);
backgroundSize: “100%”;
}
</mx:Style>
<mx:HBox styleName=”myBackground” />

No Comment.

Add Your Comment