Alguna idea?
Código Flex :
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:d="http://ns.adobe.com/fxg/2008/dt"
xmlns:fc="http://ns.adobe.com/flashcatalyst/2009"
xmlns:mx="library://ns.adobe.com/flex/mx" backgroundColor="#eae8df" maxWidth="1280" maxHeight="1024" minWidth="955" minHeight="600" width="100%" height="100%" xmlns:ebus="*" initialize="appInit();">
<s:layout>
<s:VerticalLayout gap="0" horizontalAlign="justify" />
</s:layout>
<fx:Declarations>
<!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>
<fx:Script>
<![CDATA[
//Mi código
]]>
</fx:Script>
<s:BitmapImage smooth="true" source="@Embed('/assets/images/folder/Titulo.jpg')" d:userLabel="IMyImages" x="-10" y="-5" id="bitmapimage9" height="24%"/>
<s:HGroup width="100%" height="80%">
<mx:VBox height="100%" width="30%">
<ebus:VideoConference id="videoConference" width="100%" height="60%" />
<ebus:Xat id="xat" width="100%" height="40%" />
</mx:VBox>
<mx:VBox height="100%" width="70%">
<ebus:Documents id="docs" width="100%" height="60%" />
<mx:HBox height="40%" width="100%">
<ebus:AgentNotes id="notes" width="50%" height="100%" />
<ebus:Imatges id="imatges" width="50%" height="100%" />
</mx:HBox>
</mx:VBox>
</s:HGroup>
</s:Application>
Lo que yo querría es poder añadir una imagen "Fondo.png" y que todo el "<s:HGroup" quedara por encima
Muchas gracias
Palacio
