<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" > <mx:Style source="/assets/css/skin.css" /> <mx:VBox width="280" height="175"> <mx:Text text="Now you can use repeated background Applicatio, canvas, VBox, etc.." height="42" width="220"/> <mx:Text text="Setting all properties through CSS." height="42" width="220"/> </mx:VBox> <mx:Canvas width="658" height="175"/> </mx:Application>