I have got the following code:<esri:Map id="myMap" mapClick="onMapClick(event)" logoVisible="false">
<esri:ArcGISDynamicMapServiceLayer url="MYURL"/>
</esri:Map>
<mx:Image right="8" bottom="8" width="144" height="60" source="{'assets/images/MYLOGO.png'}"/>I have resized the logo and ensured that the size of the Image box I created matches. However when I run my project the logo does not display. I just see an empty box with a little icon in the top left corner.Currently my app does not literally nothing else apart from attempt to display this map service and a different logo at the bottom so there is no other code coming into play here. Can anyone tell me what I am doing wrong please?