<mx:HBox left="186" textAlign="center" verticalAlign="middle" backgroundColor="#FF0000" top="155" height="44" width="100%" styleName="biletBar">
<s:Image buttonMode="true" id="prev" source="@Embed(source='arrowLeft.png')"/>
<s:Label text="tickets from 1 to 12 of 48"/>
<s:Image buttonMode="true" id="next" source="@Embed(source='arrowRight.png')"/>
</mx:HBox>
これらの要素を中央に配置することはできません。左からブロックを配置し、幅を追加してこのすべての要素を右に移動する必要がありますか? または、それらすべてを追加のボックスに入れる場合、それを中央に配置する方法も?, しかし、それを行うより良い方法はありますか?