<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>
我无法将这些元素居中,我应该从左侧放置一个块并添加宽度以将所有这些元素向右移动吗?或者如果我把它们都放在一个额外的盒子里,但是如何把它也放在中心?但是有没有更好的方法来做到这一点?