In development of Flash/Flex application I've came across weird thing: button placed over transparent panel button remains transparent even with alpha="1".
<mx:HBox backgroundColor="#444444" alpha="0.8">
<mx:Button width="34" height="34" toolTip="Home" icon="{homeIcon}" alpha="1" />
</mx:HBox>
Is there any way to make button not transparent?