controlBarContainer 内に、何らかの理由で正しく配置したくない画像があります。私のコードは次のようになります。
<s:controlBarLayout>
<s:HorizontalLayout/>
</s:controlBarLayout>
<s:controlBarContent>
<mx:Text color="#EC6500">
<mx:htmlText>
<![CDATA[
<b><font size="18" font-weight="bold">Institut für Angewandte Geowissenschaften</font></b>
<b><font size="12">Forschungsprojekte: Geo-Ressourcen und Geo-Risiken</font></b>
]]>
</mx:htmlText>
</mx:Text>
<mx:Spacer width="100%"/>
<s:Image height="100" smooth="true" smoothingQuality="high"
source="@Embed(source='../images/logo.png')"/>
</s:controlBarContent>
テキストを左に揃えながら画像を右に揃える方法はありますか?