Try using style... 

       <mx:Style>
                .testImage
                {
                        background-image: Embed("assets/images/testBg.png");
                        background-size: "100%";        
                }
        </mx:Style>
        <mx:HBox width="100%">
                <mx:Label text="test"/>
                <mx:Canvas styleName="testImage" width="100%" height="100%"/>
                <mx:Label text="testEnd"/>
        </mx:HBox>


Reply via email to