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>- [flexcoders] Images Darrin Kay
- Re: [flexcoders] Images Fotis Chatzinikos
- Re: [flexcoders] Images Darrin Kay
- Re: [flexcoders] Images Fotis Chatzinikos
- Re: [flexcoders] Images Darrin Kay
- Re: [flexcoders] Images Fotis Chatzinikos
- [flexcoders] Re: Images ppongtong
- [flexcoders] Re: Images app.developer
- Re: [flexcoders] Images Jake Churchill

